DefaultViewComponentSelector Class¶
Summary¶
Default implementation of [Microsoft.AspNet.Mvc.ViewComponents.IViewComponentSelector](Microsoft.AspNet.Mvc.ViewComponents.IViewComponentSelector.yml).
Constructors¶
-
DefaultViewComponentSelector
(Microsoft.AspNet.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider)¶ Creates a new [Microsoft.AspNet.Mvc.ViewComponents.DefaultViewComponentSelector](Microsoft.AspNet.Mvc.ViewComponents.DefaultViewComponentSelector.yml).
Arguments: - descriptorProvider (Microsoft.AspNet.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider) – The [Microsoft.AspNet.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider](Microsoft.AspNet.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider.yml).
public DefaultViewComponentSelector(IViewComponentDescriptorCollectionProvider descriptorProvider)
-