AntiforgeryOptions.HeaderName 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.
Spécifie le nom de la valeur d’en-tête utilisée par le système antiforgery. Si null
la validation de l’anti-falsification prend uniquement en compte les données de formulaire.
public:
property System::String ^ HeaderName { System::String ^ get(); void set(System::String ^ value); };
public string HeaderName { get; set; }
public string? HeaderName { get; set; }
member this.HeaderName : string with get, set
Public Property HeaderName As String