When I try to render a partial view whose model type is specified as:
@model dynamic
by using the following code:
@{Html.Re
Can also be called as
@Html.Partial("_PartialView", (ModelClass)View.Data)