RazorPageBase.SetAntiforgeryCookieAndHeader Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le cookie antiforgery et l’en-tête X-Frame-Options sur la réponse.
public:
virtual Microsoft::AspNetCore::Html::HtmlString ^ SetAntiforgeryCookieAndHeader();
public virtual Microsoft.AspNetCore.Html.HtmlString SetAntiforgeryCookieAndHeader ();
abstract member SetAntiforgeryCookieAndHeader : unit -> Microsoft.AspNetCore.Html.HtmlString
override this.SetAntiforgeryCookieAndHeader : unit -> Microsoft.AspNetCore.Html.HtmlString
Public Overridable Function SetAntiforgeryCookieAndHeader () As HtmlString
Retours
IHtmlContent vide.
Remarques
Appelez cette méthode pour envoyer un jeton de cookie antiforgery et un en-tête X-Frame-Options au client avant FlushAsync() de vider les en-têtes.