Boxed Layout page header description goes here...
Add the following code to your view file for boxed layout page setting.
@{
ViewData["BodyClass"] = "app-with-bg";
ViewData["AppClass"] = "app-boxed-layout";
}
Add the following code to your view file for boxed layout page setting.
@{
ViewData["BodyClass"] = "app-with-bg";
ViewData["AppClass"] = "app-boxed-layout";
}