The view structure in MVC3. It is designed with everything under “shared” to be usable to other folders? What if I want to access views under folders other than “shared”?
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.
You can create your own view engine that inherits from the default but looks in some additional locations to find the fiew
OR
You can reference the view using a relative URL.