CookieTempDataProviderOptions.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.
Cuidado
This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.Path.
Essa propriedade está obsoleta e será removida em uma versão futura. A alternativa recomendada está em Cookie.
O caminho definido no cookie. Se definido como null
, o atributo "path" no cookie será definido como o valor da PathBase solicitação atual. Se o valor de PathBase for null
ou vazio, o atributo "path" será definido como o valor de 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
Valor da propriedade
- Atributos