asp.net-mvc-routing
mvc parameter dictionary contains null entry ..... routing error/problem
So I have this controller called Cars, and it has: namespace MySite.Controllers { public class CarsController : ApplicationController[详细]
2023-03-19 14:07 分类:问答Asp.Net Routing with different parameter names
I\'m trying to map certain routes so that auto generated Urls will look like Admin/controller/action/param for both of these code blocks,[详细]
2023-03-19 14:03 分类:问答MVC3 Routing question
I just started to use the routes in MVC3 and I am totally confused. I hope I can get some advice on how I can do what I need from this site. Here is what I would like to do. First and most important I[详细]
2023-03-19 12:45 分类:问答ASP.NET MVC 3.0 use the best URL
If you create a new asp.net mvc website the default routing in Global.asax.cs is as follows: public static void RegisterRoutes(RouteCollection routes)[详细]
2023-03-19 08:57 分类:问答How to reuse Areas, Controllers, Views, Models, Routes in multiple apps or websites
I have a test solution which only has one are开发者_运维问答a called Admin. I would like to reuse Admin across a number of other web applications.[详细]
2023-03-19 06:59 分类:问答MVC Routing and Custom Error Page Not Found Problem
I am using my own controller factory in an MVC 2 app, and this standard code which seems to be going around:开发者_开发知识库[详细]
2023-03-18 01:42 分类:问答Switching to {controller}/{id}/{action} breaks RedirectToAction
I am trying to use proper REST urls with MVC.To do that I switched default Routing from: {controller}/{action}/{id}[详细]
2023-03-17 12:04 分类:问答Adding an MVC Constraint still calls Controller method
I\'m trying to add a constraint to a controller.I may have this completely wrong, but my understanding is that if the route doesn\'t match, then it shouldn\'t call the constructor method?[详细]
2023-03-17 09:18 分类:问答mvc3 Routes setup as id, id2 id3
I have the following area routes setup. context.MapRoute( \"Admin_default3\", \"Admin/{controller}/{action}/{id}/{id2}/{id3}\",[详细]
2023-03-16 19:43 分类:问答Dot character in ASP.NET MVC 3 route parameters
I have no custom routes in my application, only the default one. If i try to open localhost/myapp/controller/action/bla.bla it works fine on my machine (Windows 7 x32, both Cassini and IIS) but fails[详细]
2023-03-16 05:32 分类:问答