HttpCapabilitiesBase.RequiresUrlEncodedPostfieldValues Property
.NET Framework (current version)
Gets a value indicating whether postback data sent by the browser will be UrlEncoded.
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 sent by the browser will be UrlEncoded; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: