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 es en Cookie.

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

String
Atributos

Se aplica a