次の方法で共有


HttpBrowserCapabilitiesBase.SupportsEmptyStringInCookieValue プロパティ

定義

派生クラスでオーバーライドされると、ブラウザーが Cookie 値内で空の文字列をサポートしているかどうかを示す値を取得します。

public:
 virtual property bool SupportsEmptyStringInCookieValue { bool get(); };
public virtual bool SupportsEmptyStringInCookieValue { get; }
member this.SupportsEmptyStringInCookieValue : bool
Public Overridable ReadOnly Property SupportsEmptyStringInCookieValue As Boolean

プロパティ値

Boolean

ブラウザーが Cookie 値内で空の文字列をサポートしている場合は true。サポートしていない場合は false

例外

適用対象