我有使用這種方法的Sitecore的應用:Sitecore的視圖渲染和控制器渲染助手
@Html.Sitecore().ViewRendering("Path to the View")
@Html.Sitecore().Controller("Controller Name", "Controller Action")
這工作完全正常,即使沒有我在Sitecore的CMS是渲染創建項目
那麼什麼是該方法與簡單的ASP MVC方法之間的區別:
@Html.Partial("Path to the View")
@Html.Action("Controller Name", "Controller Action")
兩者是否相同?我覺得這裏有點困惑
謝謝,很好的解釋 – gill23