Add the the following code to your view file for full width page setting.
@{ ViewData["AppClass"] = "app-content-full-width"; ViewData["AppSidebarNone"] = true; }
Back to previous Page