SyntaxFix
Write A Post
Hire A Developer
Questions
You have to specify the name of the custom view and its related model in Controller Action method.
public ActionResult About() { return View("NameOfViewYouWantToReturn",Model); }