If you just render a partial with just the partial name: @Html.Partial("_SomePartial"). It will actually pass your model as an implicit parameter, ...
確定! 回上一頁