CookieHandlerElement.Path プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ハンドラーによって書き込まれた 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属性を表します。