次の方法で共有


CookieHandlerElement.Path プロパティ

定義

ハンドラーによって書き込まれた Cookie のパス値を取得または設定します。

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 プロパティによって定義されたパスが使用されます。

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

適用対象

こちらもご覧ください