2 references to RenderPartial
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperPartialExtensionsTest.cs (1)
148
{ helper => helper.
RenderPartial
("test", model), model, null },
Microsoft.AspNetCore.Mvc.Views.Microbenchmarks (1)
HelperPartialSync_cshtml.g.cs (1)
48
Html.
RenderPartial
("~/Views/HelperPartial_Partial.cshtml", Model + i.ToString());