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