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