Show / Hide Table of Contents

Class GlobalFeaturePageFilter

Inheritance
System.Object
GlobalFeaturePageFilter
Implements
ITransientDependency
Namespace: Volo.Abp.AspNetCore.Mvc.GlobalFeatures
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class GlobalFeaturePageFilter : IAsyncPageFilter, ITransientDependency

Constructors

GlobalFeaturePageFilter()

Declaration
public GlobalFeaturePageFilter()

Properties

Logger

Declaration
public ILogger<GlobalFeaturePageFilter> Logger { get; set; }
Property Value
Type Description
ILogger<GlobalFeaturePageFilter>

Methods

IsGlobalFeatureEnabled(Type, out RequiresGlobalFeatureAttribute)

Declaration
protected virtual bool IsGlobalFeatureEnabled(Type controllerType, out RequiresGlobalFeatureAttribute attribute)
Parameters
Type Name Description
System.Type controllerType
RequiresGlobalFeatureAttribute attribute
Returns
Type Description
System.Boolean

OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate)

Declaration
public Task OnPageHandlerExecutionAsync(PageHandlerExecutingContext context, PageHandlerExecutionDelegate next)
Parameters
Type Name Description
PageHandlerExecutingContext context
PageHandlerExecutionDelegate next
Returns
Type Description
System.Threading.Tasks.Task

OnPageHandlerSelectionAsync(PageHandlerSelectedContext)

Declaration
public Task OnPageHandlerSelectionAsync(PageHandlerSelectedContext context)
Parameters
Type Name Description
PageHandlerSelectedContext context
Returns
Type Description
System.Threading.Tasks.Task

Implements

ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<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