asp.net-mvc-areas
Sharing partial views between MVC projects - Do Areas Help?
We have some partial views which need to be used in 开发者_如何学编程several MVC projects. Has anyone done this successfully?[详细]
2022-12-19 13:36 分类:问答How to enumerate Areas in ASP.NET MVC 2 RC
My controller has to enumerate all the areas in the application. Is it possible? 开发者_如何学PythonAnd how?From this issue, something like that =>[详细]
2022-12-18 16:15 分类:问答ASP.NET MVC 2 RC areas and shared models
Once new area is created by the means of Visual Studio context menu, there are three folders: Controllers, Models, Views. Is it supposed that every area should have it\'s own model classes?Or is it ac[详细]
2022-12-18 15:28 分类:问答Link to a root controller from area controller in ASP MVC
How can I link to one of my root controllers from one of my areas? <% Html.RenderAction(\"Action\", \"Page\", new {area = \"root\", name = \"Admin\"}); %>[详细]
2022-12-18 03:27 分类:问答Create reusable 'base code' using MVC2-RC?
I am trying to write a simple library for MVC2 projects that takes care of user login, e-mail validation, password recovery, etc. Since some of these steps involve user interaction, I need to have Vie[详细]
2022-12-18 03:24 分类:问答ASP.NET MVC 2 Areas and route priority
Is it possible to set route priority in asp.net mvc 2 using a开发者_Python百科rearegistration? I have a catch all {*pagePath} route which I want to set the lowest priority on.Yes, you can, however it[详细]
2022-12-17 01:59 分类:问答Can Areas in an ASP.NET MVC 2 application map to a subdomain?
Is there a way to map the Areas within an ASP.NET MVC 2 application to subdomains such as开发者_如何学编程[详细]
2022-12-16 06:17 分类:问答How to specify an area name in an action link?
I have a shared master page which I am using from 2 different areas in my mvc 2 app.The master page has an action link which currently specifies the controller and action, but of course the link doesn[详细]
2022-12-16 02:36 分类:问答Asp.net MVC and Web Application Administrative Tasks
I am little bit confuse with Asp.net MVC Area. When we talk about WebForms we say, for Administrative tasks, you must have an Admin folder to separate the admin task.[详细]
2022-12-16 00:31 分类:问答Areas over multiple projects - Views not found in child projects
I\'ve been following this guide from MSDN about \"Creating an ASP.NET MVC Areas Application Using Multiple Projects\". Since ASP.NET MVC 2.0 is just preview one would imagine there to be some bugs.[详细]
2022-12-13 15:21 分类:问答
加载中,请稍侯......