Click or drag to resize

ValidateRequestVerificationTokenAttributeOnActionExecutingAsync Method

Occurs before the action method is invoked.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public override Task OnActionExecutingAsync(
	HttpActionContext actionContext,
	CancellationToken cancellationToken
)
View Source

Parameters

actionContext  HttpActionContext
The action context.
cancellationToken  CancellationToken
Cancellation token.

Return Value

Task
See Also