2 references to ViewComponent
BasicWebSite (1)
Controllers\ViewDataPropertyController.cs (1)
30
return
ViewComponent
(typeof(ViewDataViewComponent));
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ControllerUnitTestabilityTests.cs (1)
658
var result = controller.
ViewComponent
(typeof(TagCloudViewComponent));