HttpBrowserCapabilitiesWrapper.SupportsEmptyStringInCookieValue プロパティ

定義

ブラウザーが Cookie 値の空の文字列をサポートしているかどうかを示す値を取得します。

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

プロパティ値

true ブラウザがクッキー値の空の文字列をサポートしている場合。それ以外の場合は false。 既定値は false です。

適用対象