HttpBrowserCapabilitiesBase.RequiresUrlEncodedPostfieldValues Property

Definition

When overridden in a derived class, gets a value that indicates whether postback data that is sent by the browser will be URL-encoded.

public:
 virtual property bool RequiresUrlEncodedPostfieldValues { bool get(); };
public virtual bool RequiresUrlEncodedPostfieldValues { get; }
member this.RequiresUrlEncodedPostfieldValues : bool
Public Overridable ReadOnly Property RequiresUrlEncodedPostfieldValues As Boolean

Property Value

true if postback data that is sent by the browser will be URL-encoded; otherwise, false.

Exceptions

Applies to