Compartir a través de


CookieTempDataProviderOptions.Path Propiedad

Definición

Precaución

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

Esta propiedad está obsoleta y se quitará en una versión futura. La alternativa recomendada está en Cookie.

Ruta de acceso establecida en la cookie. Si se establece nullen , el atributo "path" de la cookie se establece en el valor de la PathBase solicitud actual. Si el valor de PathBase es o está null vacío, el atributo "path" se establece en el 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 de propiedad

Atributos

Se aplica a