C# Класс 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
Наследование: System.Web.Http.Filters.ActionFilterAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
OnActionExecuted ( System actionExecutedContext ) : void

Описание методов

OnActionExecuted() публичный Метод

public OnActionExecuted ( System actionExecutedContext ) : void
actionExecutedContext System
Результат void