This commit is contained in:
Paul Schneider
2023-04-02 14:53:31 +01:00
parent 02d80795ca
commit 908d461552
12 changed files with 28 additions and 251 deletions

View File

@ -9,14 +9,14 @@
else if (Model.IsLayoutPageSelected)
{
@:@@{
@:ViewData["Title"] = @@Model.ViewName"];
@:ViewData["Title"] = @@Model.ViewName;
if (!string.IsNullOrEmpty(Model.LayoutPageFile))
{
@:Layout = "@Model.LayoutPageFile";
}
@:}
@:
@:<h2>@@Model.ViewName"]</h2>
@:<h2>@@Model.ViewName</h2>
@:
}
else