在MVC視圖中,我想從不同的控制器訪問局部視圖。之前,我手頭解釋我的問題,你應該知道一切都在我的解決方案:現在訪問區域內不同控件的局部視圖
Areas
MyArea
Views
Cont1
PartialPages
ViewImIn
Cont2
PartialPages
ViewICall
,在ViewImIn.cshtml我打電話ViewIcall.cshtml這樣的:
@Html.Partial("~/Views/Cont2/PartialPages/ViewICall.cshtml", Model)
但我不斷收到錯誤,指出「局部視圖未找到或視圖引擎不支持搜索locatio ......」
請幫助..我也試過「../Cont2/PartialPages/ViewICall」和它的變化
你不會碰到這些如果您使用[T4MVC](http://t4mvc.codeplex.com/) – Dmitry