I am trying to use a partial view editor template in my application using the Html.EditorFor method in my view. If the editor template is directly in the Views/Shared/EditorTemplates directory of my application, it works great. If the editor template in the Views/Shared/EditorTemplates directory of the portable area I am using in my application (which is my intent in using this so I can use the same template in more than just this application), it is not being found. Is there a way I can make it locate the view in the portable area?
相关问题
- how to get full servername and port running in mvc
- Windows Shared hosting - custom scheduled task
- How to reference javascript file in ASP.NET MVC 2
- Should one try to guard against null reference exc
- Migrate from .NET MVC 1 to MVC 2 RC
相关文章
- “Dynamic operations can only be performed in homog
- Mocking HttpRequest and HttpResponse for MVC Appli
- Undoing “Set as Start Page”
- mvc.net routing: routevalues in maproutes
- ASP.NET MVC 2 i18n
- Publishing my asp.net mvc application via script a
- ASP.NET MVC2: How to render a view if has multiple
- ASP.NET MVC2 - Render a View as a String
You could specify the location of the template: