ViewComponentHelperExtensions Class

Definition

Extension methods for IViewComponentHelper.

C#
public static class 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, Object)

Invokes a view component of type TComponent.

InvokeAsync<TComponent>(IViewComponentHelper)

Invokes a view component of type TComponent.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0