DefaultViewComponentFactory 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 for IViewComponentFactory.
public ref class DefaultViewComponentFactory : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentFactorypublic class DefaultViewComponentFactory : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentFactorytype DefaultViewComponentFactory = class
    interface IViewComponentFactoryPublic Class DefaultViewComponentFactory
Implements IViewComponentFactory- Inheritance
- 
				DefaultViewComponentFactory
- Implements
Constructors
| DefaultViewComponentFactory(IViewComponentActivator) | Creates a new instance of DefaultViewComponentFactory | 
Methods
| CreateViewComponent(ViewComponentContext) | Creates a new view component for the specified  | 
| ReleaseViewComponent(ViewComponentContext, Object) | Releases a view component instance. | 
| ReleaseViewComponentAsync(ViewComponentContext, Object) | Releases a view component instance asynchronously. |