3 references to PartialView
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ControllerTest.cs (2)
254
var actualViewResult = controller.
PartialView
(model);
298
var actualViewResult = controller.
PartialView
(model: null);
RazorWebSite (1)
Controllers\PartialViewEngineController.cs (1)
43
return
PartialView
(model);