Class AbpFeaturePageFilter
Inheritance
object
AbpFeaturePageFilter
Implements
Microsoft.AspNetCore.Mvc.Filters.IAsyncPageFilter
Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Features
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpFeaturePageFilter : IAsyncPageFilter, IFilterMetadata, ITransientDependency
Constructors
AbpFeaturePageFilter()
Declaration
public AbpFeaturePageFilter()
Methods
OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate)
Declaration
public Task OnPageHandlerExecutionAsync(PageHandlerExecutingContext context, PageHandlerExecutionDelegate next)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext | context | |
| Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutionDelegate | next |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
OnPageHandlerSelectionAsync(PageHandlerSelectedContext)
Declaration
public Task OnPageHandlerSelectionAsync(PageHandlerSelectedContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Mvc.Filters.PageHandlerSelectedContext | context |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Microsoft.AspNetCore.Mvc.Filters.IAsyncPageFilter
Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata