Pages

Monday, December 15, 2014

Display a view from another area in ASP.Net MVC

Generally, the syntax to refer to a view in another area is:

return View("~/Views/YourArea/YourController/YourView.aspx");

c# - Return view from different area - Stack Overflow

 

No comments: