刚开始使用 MVC,我遇到了问题。以下是我的文件的层次结构:
1.WebJltNZ\JWebJltNZ.Presentation.Web.Mvc\Controllers : LbpProfessionalController
2.WebJltNZ.Presentation.Web.Mvc\ViewModels : LbpProfessional
3.WebJltNZ.Presentation.Web.Mvc\Views\Home\RiskAndInsuranceServices\JltAffinityPartnerships :LbpProfessionalProtectionApplication
下面的方法:
public ActionResult Index()
{
return View(); // it's cannot be found.
}
无法找到视图。
我在这里错过了什么吗。请帮忙。