AntiforgeryOptions.CookiePath Eigenschaft

Definition

Achtung

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

Diese Eigenschaft ist veraltet und wird in einer zukünftigen Version entfernt. Die empfohlene Alternative ist auf Cookie.

Der für das Cookie festgelegte Pfad. Wenn auf nullfestgelegt ist, wird das Attribut "path" für das Cookie auf den Wert der aktuellen Anforderung PathBase festgelegt. Wenn der Wert von PathBase leer ist oder ist null , wird das Attribut "path" auf den Wert von Pathfestgelegt.

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)

Eigenschaftswert

Attribute

Gilt für: