IViewComponentHelper Interface  
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.
Supports the rendering of view components in a view.
public interface class IViewComponentHelperpublic interface IViewComponentHelpertype IViewComponentHelper = interfacePublic Interface IViewComponentHelper- Derived
Methods
| 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  |