CookieHandlerElement.Path Propiedad

Definición

Obtiene o establece el valor de ruta de acceso para las cookies creadas por el controlador.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("path", IsRequired=false)]
public string Path { get; set; }
[<System.Configuration.ConfigurationProperty("path", IsRequired=false)>]
member this.Path : string with get, set
Public Property Path As String

Valor de propiedad

Cadena que contiene la ruta de acceso.

Atributos

Comentarios

Si no se define ninguna ruta de acceso, se usa la ruta de acceso definida por la AppDomainAppVirtualPath propiedad .

Representa el path atributo del <elemento cookieHandler> .

Se aplica a

Consulte también