Freigeben über


IAntiforgery.ValidateRequestAsync(HttpContext) Methode

Definition

Überprüft ein Antiforgerietoken, das als Teil der Anforderung bereitgestellt wurde.

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

Parameter

httpContext
HttpContext

Die HttpContext , die der aktuellen Anforderung zugeordnet ist.

Gibt zurück

Eine Task , die abgeschlossen wird, wenn die Überprüfung abgeschlossen ist.

Ausnahmen

Wird ausgelöst, wenn die Anforderung kein gültiges Antiforgery-Token enthält.

Gilt für: