Merge pull request #16397 from abpframework/Onur/taghelpers-change-title

bootstrap-taghelpers.abp.io - Changed homepage title
pull/16404/head
Engincan VESKE 2 years ago committed by GitHub
commit 1a38e53dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
@page
@model Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Pages.IndexModel
@{
ViewData["Title"] = "Index";
ViewData["Title"] = "Bootstrap Tag Helpers";
}
@section styles {

Loading…
Cancel
Save