Part 19 - Difference between Html.Partial and Html.RenderPartial in asp.net MVC
TechnoGTB
December 15, 2016
0 Comments
#Html.Partial a) @ Html.Partial (“ PartialViewName ”, new { id = 1} ); b) Renders the partial view as an HTML-encoded string . c) This me...
Read More