IViewComponentHelper Interface

Definition

Supports the rendering of view components in a view.

public interface class IViewComponentHelper
public interface IViewComponentHelper
type IViewComponentHelper = interface
Public Interface IViewComponentHelper
Derived

Methods

InvokeAsync(String, Object)

Invokes a view component with the specified name.

InvokeAsync(Type, Object)

Invokes a view component of type componentType.

Extension Methods

InvokeAsync(IViewComponentHelper, String)

Invokes a view component with the specified name.

InvokeAsync(IViewComponentHelper, Type)

Invokes a view component of type componentType.

InvokeAsync<TComponent>(IViewComponentHelper)

Invokes a view component of type TComponent.

InvokeAsync<TComponent>(IViewComponentHelper, Object)

Invokes a view component of type TComponent.

Applies to