DefaultViewComponentHelper 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 IViewComponentHelper.
public ref class DefaultViewComponentHelper : Microsoft::AspNetCore::Mvc::IViewComponentHelper, Microsoft::AspNetCore::Mvc::ViewFeatures::IViewContextAwarepublic class DefaultViewComponentHelper : Microsoft.AspNetCore.Mvc.IViewComponentHelper, Microsoft.AspNetCore.Mvc.ViewFeatures.IViewContextAwaretype DefaultViewComponentHelper = class
    interface IViewComponentHelper
    interface IViewContextAwarePublic Class DefaultViewComponentHelper
Implements IViewComponentHelper, IViewContextAware- Inheritance
- 
				DefaultViewComponentHelper
- Implements
Constructors
Methods
| Contextualize(ViewContext) | Contextualizes the instance with the specified  | 
| InvokeAsync(String, Object) | Invokes a view component with the specified  | 
| InvokeAsync(Type, Object) | Invokes a view component of type  | 
Extension Methods
| InvokeAsync(IViewComponentHelper, String) | Invokes a view component with the specified  | 
| InvokeAsync(IViewComponentHelper, Type) | Invokes a view component of type  | 
| InvokeAsync<TComponent>(IViewComponentHelper, Object) | Invokes a view component of type  | 
| InvokeAsync<TComponent>(IViewComponentHelper) | Invokes a view component of type  |