CookieTempDataProviderOptions.Path Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 null
en , 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