You can return view placed in custom sub-folders, from controller action by, giving out full view path in return statement,
ex.
public ActionResult Create()
{
return View("~/Views/ProEnhance/Employee/Create.cshtml");
}
here,
ProEnhance - user defined folder
Employee - Controller Name
Create - action Name
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…