3 references to View
BasicWebSite (1)
Components\PassThroughViewComponent.cs (1)
12return View(value);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponentTests.cs (2)
128var actualResult = viewComponent.View(model); 148var actualResult = viewComponent.View(model: model);