I have a controller at ~/Controllers/MyController.cs and a view ~/Views/My/V1.ascx . How can I return view V1.ascx in a controller’s ReturnV1 method? I tried:
return View("V1");
but it returns an empty response instead of my view.
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.
Your view is user control (ascx) file but should be aspx.