Class ViewComponentHelperLayoutHookExtensions
Inheritance
object
ViewComponentHelperLayoutHookExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|---|
| Microsoft.AspNetCore.Mvc.IViewComponentHelper | componentHelper | |
| string | name | |
| string | layout |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><Microsoft.AspNetCore.Html.IHtmlContent> |