first
This commit is contained in:
11
ManagementApp/Views/_ViewStart.cshtml
Normal file
11
ManagementApp/Views/_ViewStart.cshtml
Normal file
@ -0,0 +1,11 @@
|
||||
@{
|
||||
switch (ViewData["Layout"])
|
||||
{
|
||||
case null:
|
||||
Layout = "_Layout";
|
||||
break;
|
||||
case "SectionScript":
|
||||
Layout = "_PartialScript";
|
||||
break;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user