Class ViewComponentHelperLayoutHookExtensions
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Components.LayoutHook
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public static class ViewComponentHelperLayoutHookExtensions
Methods
InvokeLayoutHookAsync(IViewComponentHelper, string, string)
Declaration
public static Task<IHtmlContent> InvokeLayoutHookAsync(this IViewComponentHelper componentHelper, string name, string layout)
Parameters
| Type | Name | Description |
|---|---|---|
| IViewComponentHelper | componentHelper | |
| string | name | |
| string | layout |
Returns
| Type | Description |
|---|---|
| Task<IHtmlContent> |