Top "Asp.net-mvc-areas" questions

An organizational concept present in ASP.

ASP.NET MVC routing and areas

I am messing around with ASP.NET MVC 2 Preview 2 and am trying to figure out how routing works with areas …

asp.net-mvc routing asp.net-mvc-areas
ASP.NET MVC Areas: How to hide "Area" name in URL?

When running the MVC 2 Areas example that has a Blog Area and Blog Controller the URL looks like this: http://…

asp.net-mvc-routing asp.net-mvc-areas
ASP.NET Help Pages default home page?

I want to go to http://myserver and be able to get Help Pages as the default home page, so …

asp.net-mvc-4 asp.net-mvc-areas attributerouting asp.net-web-api-helppages
An error occurred while creating a route

I try to add an area to my .NET Core project, but always I see that error: RouteCreationException: An error …

c# asp.net-core asp.net-mvc-routing asp.net-mvc-areas
web api 2 area routes

I am using asp.net mvc 5 and web api 2. For the asp.net mvc 5 project I have everything working... but …

asp.net-mvc-5 asp.net-mvc-routing asp.net-web-api2 asp.net-mvc-areas
Asp.net MVC - Render a partial View From an Area

I've created an area that will handle our some generic things across all our development products, just as log ins, …

c# asp.net-mvc asp.net-mvc-areas renderpartial
Get current action and controller and use it as a variable in an Html.ActionLink?

I need to be able to dynamically retrieve the current action and controller name of whatever page you're on, and …

asp.net-mvc controller toggle asp.net-mvc-areas html.actionlink
Controller with same name as an area - Asp.Net MVC4

I have a Contacts controller in the main/top area, and I have an area named "Contacts". I get POST 404…

c# asp.net-mvc asp.net-mvc-4 asp.net-mvc-areas
Is it possible to use different layouts in MVC4 based off of routes?

I have a separate section (route) of my website that I would like to use a different layout/css etc. …

asp.net-mvc asp.net-mvc-4 asp.net-mvc-routing asp.net-mvc-areas
ASP.NET MVC3 – Areas in Separate Assemblies

I am trying to set up an MVC3 solution using areas, but I want to have my areas in different …

asp.net-mvc-3 asp.net-mvc-areas