HttpBrowserCapabilitiesBase.RequiresUrlEncodedPostfieldValues Property
.NET Framework (current version)
When overridden in a derived class, gets a value that indicates whether postback data that is sent by the browser will be URL-encoded.
Assembly: System.Web (in System.Web.dll)
abstract RequiresUrlEncodedPostfieldValues : bool with get override RequiresUrlEncodedPostfieldValues : bool with get
Property Value
Type: System.Booleantrue if postback data that is sent by the browser will be URL-encoded; otherwise, false.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: