Top "Asp.net-mvc-routing" questions

Questions about routing within ASP.

How to correctly use Html.ActionLink with ASP.NET MVC 4 Areas

I recently discovered Areas in ASP.NET MVC 4, which I have successfully implemented, but I'm running into troubles with the @…

c# asp.net-mvc-4 razor asp.net-mvc-routing
ASP.NET MVC - Extract parameter of an URL

I'm trying to extract the parameters of my URL, something like this. /Administration/Customer/Edit/1 extract: 1 /Administration/Product/Edit/18?allowed=…

c# asp.net-mvc asp.net-mvc-routing
Routing for custom ASP.NET MVC 404 Error page

I am trying to make a custom HTTP 404 error page when someone types in a URL that doesn't invoke a …

asp.net asp.net-mvc asp.net-mvc-routing http-status-code-404 custom-error-pages
Set "Homepage" in Asp.Net MVC

In asp.net MVC the "homepage" (ie the route that displays when hitting www.foo.com) is set to Home/…

c# asp.net-mvc asp.net-mvc-routing
How am I supposed to use ReturnUrl = ViewBag.ReturnUrl in MVC 4

I'm working on 'ASP.NET MVC 4' application. I'm using/learning SimpleMembershipProvider and try to stick to the default logic …

asp.net-mvc-4 asp.net-mvc-routing simplemembership
MVC- How to get parameter value from get request which has parameter names including dot characters

In MVC, I know we can get parameters from a get request like this: Request: http://www.example.com/method?…

asp.net-mvc url parameters get asp.net-mvc-routing
How do you request static .html files under the ~/Views folder in ASP.NET MVC?

I want to be able to request static .html files which are located in the ~/Views folder. According to the …

asp.net-mvc asp.net-mvc-routing
No type was found that matches the controller named 'User'

I'm trying to navigate to a page which its URL is in the following format: localhost:xxxxx/User/{id}/VerifyEmail?…

asp.net-mvc asp.net-mvc-4 asp.net-web-api asp.net-mvc-routing asp.net-web-api-routing
Ensure that HttpConfiguration.EnsureInitialized()

I've installed Visual Studio 2013 and when I run my app I get the error below. I've got no idea as …

c# .net asp.net-mvc-routing
Is it possible to make an ASP.NET MVC route based on a subdomain?

Is it possible to have an ASP.NET MVC route that uses subdomain information to determine its route? For example: …

asp.net-mvc routing asp.net-mvc-routing