次の方法で共有


MobileCapabilities.SupportsEmptyStringInCookieValue プロパティ

定義

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

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

プロパティ値

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

適用対象