cleanup
This commit is contained in:
parent
2666492a18
commit
c771d26995
12 changed files with 28 additions and 251 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue