HttpBrowserCapabilitiesWrapper.SupportsQueryStringInFormAction Propriedade

Definição

Obtém um valor que indica se o navegador suporta uma cadeia de consulta no action valor do atributo dos elementos HTML form .

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

Valor de Propriedade

true se o navegador suportar uma string de consulta no action valor do atributo dos elementos HTML form ; caso contrário, false. A predefinição é true.

Aplica-se a