1 implementation of CreateViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
40public object CreateViewComponent(ViewComponentContext context)
1 reference to CreateViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentInvoker.cs (1)
68component = _viewComponentFactory.CreateViewComponent(context);