RazorPage.SetAntiforgeryCookieAndHeader Method

Definition

Sets antiforgery cookie and X-Frame-Options header on the response.

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

Returns

An empty IHtmlContent.

Remarks

Call this method to send antiforgery cookie token and X-Frame-Options header to client before FlushAsync() flushes the headers.

Applies to