1 implementation of ViewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorCollectionProvider.cs (1)
26public ViewComponentDescriptorCollection ViewComponents
3 references to ViewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewComponents\DefaultViewComponentHelper.cs (1)
95var descriptors = _descriptorProvider.ViewComponents;
ViewComponents\DefaultViewComponentSelector.cs (1)
32var collection = _descriptorProvider.ViewComponents;
ViewComponents\ViewComponentInvokerCache.cs (1)
27var actionDescriptors = _collectionProvider.ViewComponents;