Title is being retrieved from ViewBag.Title if exists.

pull/301/head
Alper Ebicoglu 7 years ago
parent 7d83a290e0
commit 338e4ee85a

@ -14,7 +14,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ABP Web Application</title>
<title>@(ViewBag.Title == null ? "ABP Web Application" : ViewBag.Title)</title>
<vc:abp-style-bundle name="GlobalStyles"></vc:abp-style-bundle>

Loading…
Cancel
Save