Show / Hide Table of Contents

Class AbpFeatureActionFilter

Inheritance
System.Object
AbpFeatureActionFilter
Implements
ITransientDependency
Namespace: Volo.Abp.AspNetCore.Mvc.Features
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpFeatureActionFilter : IAsyncActionFilter, ITransientDependency

Constructors

AbpFeatureActionFilter(IMethodInvocationFeatureCheckerService)

Declaration
public AbpFeatureActionFilter(IMethodInvocationFeatureCheckerService methodInvocationAuthorizationService)
Parameters
Type Name Description
IMethodInvocationFeatureCheckerService methodInvocationAuthorizationService

Methods

OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)

Declaration
public Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
Parameters
Type Name Description
ActionExecutingContext context
ActionExecutionDelegate next
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