IViewComponentDescriptorCollectionProvider Interface¶
Summary¶
Provides the currently cached collection of [Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptor](Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptor.yml).
Properties¶
-
ViewComponents
()¶ Returns the current cached [Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptorCollection](Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptorCollection.yml).
Return type: Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptorCollection ViewComponentDescriptorCollection ViewComponents { get; }
-