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