RazorPage.SetAntiforgeryCookieAndHeader 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.
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.