HttpCapabilitiesBase::SupportsQueryStringInFormAction Property
.NET Framework (current version)
Gets a value indicating whether the browser supports a query string in the action attribute value of HTML <form> elements.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the browser supports a query string in the action attribute value of HTML <form> elements; otherwise, false. The default is true.
If false, query string parameters are sent, in postback data, as HTML <input> elements with the type attributes set to hidden.
.NET Framework
Available since 2.0
Available since 2.0
Show: