在controller中a.cs:publicActionResulta(){model1... 如: a.cshtml: <body> @model1 @html.partial(b.cshtml) </body> b.cshtml: <div>@model2</div> ...
確定! 回上一頁