Html.Partial injects the html string of the partial view into the main view.
Html.RenderPartial writes html in the response stream.
Loading
Html.Partial injects the html string of the partial view into the main view.
Html.RenderPartial writes html in the response stream.