Show / Hide Table of Contents

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
IViewComponentHelper componentHelper
string name
string layout
Returns
Type Description
Task<IHtmlContent>
In this article
Back to top Powered by ABP.IO Platform