ViewComponentHelperExtensions Class

Definition

Extension methods for IViewComponentHelper.

public ref class ViewComponentHelperExtensions abstract sealed
public static class ViewComponentHelperExtensions
type ViewComponentHelperExtensions = class
Public Module ViewComponentHelperExtensions
Inheritance
ViewComponentHelperExtensions

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