2 implementations of Create
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\DefaultViewComponentActivator.cs (1)
35
public object
Create
(ViewComponentContext context)
ViewComponents\ServiceBasedViewComponentActivator.cs (1)
15
public object
Create
(ViewComponentContext context)
2 references to Create
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
44
var component = _activator.
Create
(context);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\DefaultViewComponentFactoryTest.cs (1)
20
activator.Setup(a => a.
Create
(context))