Show / Hide Table of Contents

Class LayoutHookInfo

Inheritance
System.Object
LayoutHookInfo
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 class LayoutHookInfo

Constructors

LayoutHookInfo(Type, String)

Declaration
public LayoutHookInfo(Type componentType, string layout = null)
Parameters
Type Name Description
System.Type componentType
System.String layout

Properties

ComponentType

ViewComponent type.

Declaration
public Type ComponentType { get; }
Property Value
Type Description
System.Type

Layout

Specifies the layout name to apply this hook. null indicates that this hook will be applied to all layouts.

Declaration
public string Layout { get; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft