CookieAuthenticationOptions.CookiePath プロパティ

定義

Cookie の作成に使用されるパスを決定します。 ブラウザーの互換性が最も高い場合、既定値は "/" です。

public:
 property System::String ^ CookiePath { System::String ^ get(); void set(System::String ^ value); };
public string CookiePath { get; set; }
member this.CookiePath : string with get, set
Public Property CookiePath As String

プロパティ値

適用対象