MobileCapabilities.SupportsQueryStringInFormAction Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Browser eine Abfragezeichenfolge im action-Attributwert von HTML-<form>-Elementen unterstützt.

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

Eigenschaftswert

Boolean

true, wenn der Browser eine Abfragezeichenfolge im Wert des action-Attributs von HTML-Elementen des Typs <form> unterstützt, andernfalls false. Der Standardwert ist true.

Gilt für