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

Sets the Model State for Bad Requests
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Méthodes publiques

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

Method Details

OnActionExecutedAsync() public méthode

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