Passing string from Partial View. @Html.Partial(\"_YourPartialViewName\", model: \"string value you want to pass\"). In partial view model must be declared ...
確定! 回上一頁