0
kicks
Organize ASP.MVC Controllers in Namespace and specific Urls
Distribute your ASP.NET MVC controllers in namespaces and subfolders and ensure the controllers can only be access from specific subfolder. For example, controllers that belong to MvcWebAPI.Admin.User can only be accessed from /MvcWebAPI/Admin/User not from /MvcWebAPI/User.