DefaultViewComponentDescriptorProvider 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.
Default implementation of IViewComponentDescriptorProvider.
public ref class DefaultViewComponentDescriptorProvider : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentDescriptorProvider
	public class DefaultViewComponentDescriptorProvider : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentDescriptorProvider
	type DefaultViewComponentDescriptorProvider = class
    interface IViewComponentDescriptorProvider
	Public Class DefaultViewComponentDescriptorProvider
Implements IViewComponentDescriptorProvider
		- Inheritance
 - 
				DefaultViewComponentDescriptorProvider
 
- Implements
 
Constructors
| DefaultViewComponentDescriptorProvider(ApplicationPartManager) | 
		 Creates a new DefaultViewComponentDescriptorProvider.  | 
        	
Methods
| GetCandidateTypes() | 
		 Gets the candidate TypeInfo instances provided by the ApplicationPartManager.  | 
        	
| GetViewComponents() | 
		 Gets the set of ViewComponentDescriptor.  |