MVC File Structure

From Logic Wiki
Jump to: navigation, search


  • App_Start
    • BundleConfig.cs
    • FilterConfig.cs
    • IdentityConfig.cs
    • RouteConfig.cs
    • StartupAuth.cs
  • Content
    • bootstrap.cs
  • Controllers
    • HomeController.cs
    • RouteDemoController.cs
  • Scripts
    • Controllers
      • LandingPageController.js
    • jQuery.js
    • LogicBO.js
  • Views
    • Home
      • Index.cshtml
    • RoutesDemo
      • One.cshtml
      • Two.cshtml