What is Html.RenderPartial?

Technology CommunityCategory: ASP.NET MVCWhat is Html.RenderPartial?
VietMX Staff asked 3 years ago

Result of the method — ”RenderPartial” is directly written to the HTML response. This method does not return anything (void). This method also does not depend on action methods. RenderPartial() method calls “Write()” internally and we have to make sure that “RenderPartial” method is enclosed in the bracket.