Share via


CookieHandlerElement.Path Vlastnost

Definice

Získá nebo nastaví hodnotu cesty pro soubory cookie zapsané obslužnou rutinou.

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

Hodnota vlastnosti

Řetězec, který obsahuje cestu.

Atributy

Poznámky

Pokud není definována žádná cesta, použije se cesta definovaná AppDomainAppVirtualPath vlastností .

path Představuje atribut <cookieHandler> element.

Platí pro

Viz také