3 references to View
BasicWebSite (1)
Components\ViewDataViewComponent.cs (1)
10public IViewComponentResult Invoke() => View();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponentTests.cs (2)
72var actualResult = viewComponent.View(); 91var actualResult = viewComponent.View();