DefaultViewComponentDescriptorCollectionProvider Constructor     
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.
Creates a new instance of DefaultViewComponentDescriptorCollectionProvider.
public:
 DefaultViewComponentDescriptorCollectionProvider(Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentDescriptorProvider ^ descriptorProvider);public DefaultViewComponentDescriptorCollectionProvider(Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentDescriptorProvider descriptorProvider);new Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentDescriptorCollectionProvider : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentDescriptorProvider -> Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentDescriptorCollectionProviderPublic Sub New (descriptorProvider As IViewComponentDescriptorProvider)Parameters
- descriptorProvider
- IViewComponentDescriptorProvider