@Html.Partial("../Controller/View", model). 要么 @Html.Partial("~/Views/Controller/View.cshtml", model). 如果想通过(其他)控制器,可以使用 ...
確定! 回上一頁