C# Class WebApiAntiForgeryTokenPrototype.AntiForgeryAttribute

This attribute must generate the Anti Forgery tokens and send them to the client. http://aspnetwebstack.codeplex.com/SourceControl/changeset/view/1b78397f32fc#src/System.Web.WebPages/Helpers/AntiForgery.cs
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: rmbrunet/WebApiAntiForgeryPOC

Méthodes publiques

Méthode Description
OnActionExecuted ( System actionExecutedContext ) : void

Method Details

OnActionExecuted() public méthode

public OnActionExecuted ( System actionExecutedContext ) : void
actionExecutedContext System
Résultat void