Partager via


AntiforgeryOptions.CookiePath Propriété

Définition

Attention

This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Path.

Cette propriété est obsolète et sera supprimée dans une version ultérieure. L’alternative recommandée est sur Cookie.

Chemin défini sur le cookie. Si la valeur est définie nullsur , l’attribut « chemin » sur le cookie est défini sur la valeur de PathBase la requête actuelle. Si la valeur de PathBase est null ou vide, l’attribut « path » est défini sur la valeur de Path.

public:
 property Nullable<Microsoft::AspNetCore::Http::PathString> CookiePath { Nullable<Microsoft::AspNetCore::Http::PathString> get(); void set(Nullable<Microsoft::AspNetCore::Http::PathString> value); };
public Microsoft.AspNetCore.Http.PathString? CookiePath { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Path.")]
public Microsoft.AspNetCore.Http.PathString? CookiePath { get; set; }
member this.CookiePath : Nullable<Microsoft.AspNetCore.Http.PathString> with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Path.")>]
member this.CookiePath : Nullable<Microsoft.AspNetCore.Http.PathString> with get, set
Public Property CookiePath As Nullable(Of PathString)

Valeur de propriété

Attributs

S’applique à