DefaultViewComponentDescriptorCollectionProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A default implementation of IViewComponentDescriptorCollectionProvider
public ref class DefaultViewComponentDescriptorCollectionProvider : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentDescriptorCollectionProvider
public class DefaultViewComponentDescriptorCollectionProvider : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider
type DefaultViewComponentDescriptorCollectionProvider = class
interface IViewComponentDescriptorCollectionProvider
Public Class DefaultViewComponentDescriptorCollectionProvider
Implements IViewComponentDescriptorCollectionProvider
- Inheritance
-
DefaultViewComponentDescriptorCollectionProvider
- Implements
Constructors
DefaultViewComponentDescriptorCollectionProvider(IViewComponentDescriptorProvider) |
Creates a new instance of DefaultViewComponentDescriptorCollectionProvider. |
Properties
ViewComponents |
Returns the current cached ViewComponentDescriptorCollection. |