2 implementations of GetViewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
32public virtual IEnumerable<ViewComponentDescriptor> GetViewComponents()
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponentResultTest.cs (1)
716public IEnumerable<ViewComponentDescriptor> GetViewComponents()
1 reference to GetViewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorCollectionProvider.cs (1)
41var descriptors = _descriptorProvider.GetViewComponents();