Show / Hide Table of Contents

Class LayoutHookViewComponent

Inheritance
System.Object
AbpViewComponent
LayoutHookViewComponent
Inherited Members
AbpViewComponent.ServiceProvider
AbpViewComponent.ServiceProviderLock
AbpViewComponent.LazyGetRequiredService<TService>(TService)
AbpViewComponent.LazyGetRequiredService<TRef>(Type, TRef)
AbpViewComponent.ObjectMapperContext
AbpViewComponent.ObjectMapper
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Components.LayoutHook
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class LayoutHookViewComponent : AbpViewComponent

Constructors

LayoutHookViewComponent(IOptions<AbpLayoutHookOptions>)

Declaration
public LayoutHookViewComponent(IOptions<AbpLayoutHookOptions> options)
Parameters
Type Name Description
IOptions<AbpLayoutHookOptions> options

Properties

Options

Declaration
protected AbpLayoutHookOptions Options { get; }
Property Value
Type Description
AbpLayoutHookOptions

Methods

Invoke(String, String)

Declaration
public virtual IViewComponentResult Invoke(string name, string layout)
Parameters
Type Name Description
System.String name
System.String layout
Returns
Type Description
IViewComponentResult

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