IAntiforgery.ValidateRequestAsync(HttpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates an antiforgery token that was supplied as part of the request.
public:
System::Threading::Tasks::Task ^ ValidateRequestAsync(Microsoft::AspNetCore::Http::HttpContext ^ httpContext);
public System.Threading.Tasks.Task ValidateRequestAsync (Microsoft.AspNetCore.Http.HttpContext httpContext);
abstract member ValidateRequestAsync : Microsoft.AspNetCore.Http.HttpContext -> System.Threading.Tasks.Task
Public Function ValidateRequestAsync (httpContext As HttpContext) As Task
Parameters
- httpContext
- HttpContext
The HttpContext associated with the current request.
Returns
A Task that completes when validation has completed.
Exceptions
Thrown when the request does not include a valid antiforgery token.