我想用這種方式來訪問一個觀點:訪問ASP.NET MVC的使用絕對路徑的看法
return View(@"~\Items\Details.aspx");
,我得到這個錯誤:
The view '~\Items\Details.aspx' or its master could not be found. The following locations were searched: ~\Items\Details.aspx
在上述ItemsController,在詳細信息操作,返回視圖()工作得很好。爲什麼我不能從另一個控制器訪問該視圖?
今天我遇到了這個,使用了這個建議,但也需要添加「.cshtml」擴展名。 – Trev 2013-03-14 19:08:55