Condividi tramite


MobileCapabilities.SupportsQueryStringInFormAction Proprietà

Definizione

Ottiene un valore che indica se il browser supporta una stringa di query nel valore dell'attributo action di elementi <form> HTML.

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

Valore della proprietà

Boolean

true se il browser supporta una stringa di query nel valore dell'attributo action degli elementi HTML <form>. In caso contrario, false. Il valore predefinito è true.

Si applica a