Share via


MobileCapabilities.SupportsQueryStringInFormAction プロパティ

定義

ブラウザーが HTML <form> 要素の action 属性値内のクエリ文字列をサポートしているかどうかを示す値を取得します。

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

プロパティ値

ブラウザーが HTML <form> 要素の action 属性値内のクエリ文字列をサポートしている場合は true、それ以外の場合は false。 既定値は、true です。

適用対象