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