Udostępnij za pośrednictwem


SetCookieHeaderValue.Path Właściwość

Definicja

Pobiera lub ustawia wartość atrybutu Path pliku cookie.

Atrybut path określa te hosty, do których zostanie wysłany plik cookie.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public:
 property Microsoft::Extensions::Primitives::StringSegment Path { Microsoft::Extensions::Primitives::StringSegment get(); void set(Microsoft::Extensions::Primitives::StringSegment value); };
public string Path { get; set; }
public Microsoft.Extensions.Primitives.StringSegment Path { get; set; }
member this.Path : string with get, set
member this.Path : Microsoft.Extensions.Primitives.StringSegment with get, set
Public Property Path As String
Public Property Path As StringSegment

Wartość właściwości

Uwagi

Zobacz: .

Dotyczy