asp.net-mvc-areas
How can I get test coverage around AreaRegistration.RegisterAllAreas in ASP.NET MVC?
So I\'m shooting for 100% coverage on an MVC3 site, and we\'re using areas.I can get cover开发者_高级运维age on everything else EXCEPT for this one line in Application_Start:[详细]
2023-02-13 02:36 分类:问答Route Values for Area (MVC3)
I am using areas in MVC version 3. My logoff and logon action methods are routing to the area, and I need them to route to the normal controller that is not in an area.[详细]
2023-02-12 21:53 分类:问答MVC call Html.Action within area?
I have an AREA called \"Admin\" It uses the same layout page as the rest of my site. In the layout page I have[详细]
2023-02-12 20:49 分类:问答mvc 3 razor view engine using "default" views
i\'m using Razor for a new project in my company, and i have been playing with it for 2 days and already found some weird behaviour imho.[详细]
2023-02-12 01:49 分类:问答MVC Route Weirdness
Hey all, brand new to asp.net mvc and I am creating a fake social site (for learning purposes) by building off the stock mvc template... I added some views, etc. which all work fine.However, now I hav[详细]
2023-02-11 04:57 分类:问答ASP.NET MVC 3 areas and DDD aggregate roots
I\'m building a site and am considering using areas to cover a similar scenario to the one I\'m about to describe.[详细]
2023-02-10 10:11 分类:问答ASP.NET MVC: Always auto link to a default area, unless an area is specified
I have an existing application that has no areas. However, I am adding a whole new section so I have a created an area. So I have one area and the default area.[详细]
2023-02-07 15:36 分类:问答ASP.NET MVC Default routes accessible via area routes
So far (for brevity) I have one route in global.asax registered like this: routes.Add(new LowercaseRoute(\"{action}/{id}\", new MvcRouteHandler())[详细]
2023-02-02 23:50 分类:问答ASP.NET MVC - Controller names in nested applications
I have an MVC web a开发者_开发问答pp, and a nested admin application with areas with the same name:[详细]
2023-01-31 17:35 分类:问答ASP.NET MVC Area not displaying my Custom Helpers
I created Area called Admin. I have Custom Helper in the root folder called开发者_开发技巧 Helpers which are working fine when I use @Html.MyHelper(); but I do the samething in my Area View folder Raz[详细]
2023-01-27 11:59 分类:问答
加载中,请稍侯......