HttpCapabilitiesBase.SupportsQueryStringInFormAction Property
.NET Framework 2.0
Gets a value indicating whether the browser supports a query string in the action attribute value of HTML <form> elements.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_SupportsQueryStringInFormAction ()
public function get SupportsQueryStringInFormAction () : boolean
Not applicable.
Property Value
true if the browser supports a query string in the action attribute value of HTML <form> elements; otherwise, false. The default is true.Community Additions
ADD
Show: