Render partial view with dynamic model in Razor view engine and ASP.NET MVC 3

前端 未结 7 1241
日久生厌
日久生厌 2020-12-05 09:28

When I try to render a partial view whose model type is specified as:

@model dynamic

by using the following code:

@{Html.Re         


        
7条回答
提交回复
热议问题