CookieTempDataProviderOptions.Path Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Path.
Ta właściwość jest przestarzała i zostanie usunięta w przyszłej wersji. Zalecaną alternatywą jest .Cookie
Ścieżka ustawiona na pliku cookie. Jeśli ustawiono null
wartość , atrybut "path" w pliku cookie jest ustawiony na wartość bieżącego żądania PathBase . Jeśli wartość PathBase jest null
lub jest pusta, atrybut "path" jest ustawiony na wartość Path.
public:
property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Path.")]
public string Path { get; set; }
member this.Path : string 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.Path : string with get, set
Public Property Path As String
Wartość właściwości
- Atrybuty