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