Core Folder Structure

Core file structure


 @{
     ViewBag.Title = "Starter";
     ViewBag.pTitle = "Dashboard";
     Layout = "~/Views/Shared/Layout.cshtml";
  }       

  //Your Body Section
                            
                            
 @section scripts{        
    <!-- App js -->
    <script src="assets/js/app.js"></script>
 }

Layout setup

You can set the default layout in the Views/Shared/Layout.cshtml file in the html tag.

<Body> 
data-topbar="light" To set Light Sidebar & Topbar Light.
data-sidebar-size="small" To set Compact Sidebar.
class="vertical-collpsed" To set Icon Sidebar.
class="vertical-collpsed" data-layout-size="boxed" data-keep-enlarged="true" To set Boxed Layout.
data-topbar="colored" To set Colored Sidebar.
data-layout-scrollable="true" To set Scrollable Width.
© Skote.