CookieHandlerElement.Path プロパティ

定義

ハンドラーが書き込むクッキーのパス値を取得または設定します。

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

プロパティ値

パスを含む文字列。

属性

注釈

パスが定義されていない場合は、 プロパティによって定義された AppDomainAppVirtualPath パスが使用されます。

pathcookieHandler> 要素の属性を<表します。

適用対象

こちらもご覧ください