In a .NET MVC3 Razor webapplication, how is it possible to use an EditorTemplate which is in another Area? (using the HtmlHelper´s EditorFor method)
In a .NET MVC3 Razor webapplication, how is it possible to use an EditorTemplate
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can you move the editor template out of the area? If you put it in the root /Views/Shared/EditorTemplates, you can then access it from any area.