Class AbpUowPageFilter
Inheritance
System.Object
AbpUowPageFilter
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpUowPageFilter : IAsyncPageFilter, ITransientDependency
Constructors
AbpUowPageFilter(IUnitOfWorkManager, IOptions<AbpUnitOfWorkDefaultOptions>)
Declaration
public AbpUowPageFilter(IUnitOfWorkManager unitOfWorkManager, IOptions<AbpUnitOfWorkDefaultOptions> options)
Parameters
| Type |
Name |
Description |
| IUnitOfWorkManager |
unitOfWorkManager |
|
| IOptions<AbpUnitOfWorkDefaultOptions> |
options |
|
Methods
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