AntiforgeryOptions.SuppressXFrameOptionsHeader Propriété
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.
Indique la suppression de la génération de l'en-tête X-Frame-Options utilisé pour empêcher ClickJacking. Par défaut, l'en-tête X-Frame-Options est généré avec la valeur SAMEORIGIN. Si ce paramètre a la valeur 'true', l'en-tête X-Frame-Options ne sera pas généré pour la réponse.
public:
property bool SuppressXFrameOptionsHeader { bool get(); void set(bool value); };
public bool SuppressXFrameOptionsHeader { get; set; }
member this.SuppressXFrameOptionsHeader : bool with get, set
Public Property SuppressXFrameOptionsHeader As Boolean