MobileCapabilities.SupportsQueryStringInFormAction プロパティ

定義

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

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

プロパティ値

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

適用対象