5 references to SupportsQueryStringInFormAction
System.Web (1)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (1)
631return _browser.SupportsQueryStringInFormAction;
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (3)
107if (!Device.SupportsQueryStringInFormAction) 125if (Device.SupportsQueryStringInFormAction) 200if (!Device.SupportsQueryStringInFormAction)
UI\MobileControls\MobilePage.cs (1)
630else if (Device.SupportsQueryStringInFormAction)