C# Class Foundation.Server.Infrastructure.Filters.ApiBadRequestAttribute

Sets the Model State for Bad Requests
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
ファイルを表示 Open project: NVentimiglia/Unity3d-Foundation

Public Methods

Method Description
OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext aContext, CancellationToken cancellationToken ) : Task

Method Details

OnActionExecutedAsync() public method

public OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext aContext, CancellationToken cancellationToken ) : Task
aContext System.Web.Http.Filters.HttpActionExecutedContext
cancellationToken System.Threading.CancellationToken
return Task