Show / Hide Table of Contents

Class ViewComponentHelperLayoutHookExtensions

Inheritance
System.Object
ViewComponentHelperLayoutHookExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String name
System.String layout
Returns
Type Description
System.Threading.Tasks.Task<IHtmlContent>
Back to top Powered by Volosoft