SetCookieHeaderValue.Path Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um valor para o Path
atributo cookie.
O atributo path especifica os hosts aos quais o cookie será enviado.
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
Valor da propriedade
Comentários
Consulte https://tools.ietf.org/html/rfc6265#section-4.1.2.4.