2 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);