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
파일 보기 프로젝트 열기: rmbrunet/WebApiAntiForgeryPOC

공개 메소드들

메소드 설명
OnActionExecuted ( System actionExecutedContext ) : void

메소드 상세

OnActionExecuted() 공개 메소드

public OnActionExecuted ( System actionExecutedContext ) : void
actionExecutedContext System
리턴 void