Back to Browse

24 - Dynamic Partial View

7.3K views
Feb 9, 2019
18:33

Dynamic Partial Views are used to implement the dynamic data. Render Dynamic partial view using following methods Html.Action(): The Action helper method invokes a specified controller and action and renders the result as a partial as an HtmlString. The specified Action method should return PartialViewResult using the PartialView() method. Html.RenderAction(): The RenderAction helper method is same as the Action method except that it returns void and writes resulted html directly

Download

0 formats

No download links available.

24 - Dynamic Partial View | NatokHD