Class GlobalFeatureActionFilter
Inheritance
System.Object
GlobalFeatureActionFilter
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class GlobalFeatureActionFilter : IAsyncActionFilter, ITransientDependency
Constructors
GlobalFeatureActionFilter()
Declaration
public GlobalFeatureActionFilter()
Properties
Logger
Declaration
public ILogger<GlobalFeatureActionFilter> Logger { get; set; }
Property Value
Methods
IsGlobalFeatureEnabled(Type, out RequiresGlobalFeatureAttribute)
Declaration
protected virtual bool IsGlobalFeatureEnabled(Type controllerType, out RequiresGlobalFeatureAttribute attribute)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
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