2281313966
Updated to 'Initial Config' theme
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
@{
|
|
ViewContext.ViewData.Add("IsMaintenanceMode", true);
|
|
Layout = MVC.Shared.Views._PublicLayout;
|
|
Html.BundleDeferred("~/Style/AppMaintenance");
|
|
} |