|
AntiForgeryValidate(HttpRequestMessage) Method
|
Validates an anti-forgery token that was supplied for this request.
The anti-forgery token may be generated by calling GetHtml().
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax Remarks
Throws an HttpAntiForgeryException if validation fails.
See Also