Class AbpNoContentActionFilter
Inheritance
System.Object
AbpNoContentActionFilter
Implements
ITransientDependency
Namespace: Volo.Abp.AspNetCore.Mvc.Response
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpNoContentActionFilter : IAsyncActionFilter, ITransientDependency
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