HttpBrowserCapabilitiesBase.RequiresSpecialViewStateEncoding Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser requires view-state values to be specially encoded.

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

Property Value

true if the browser requires view-state values to be specially encoded; otherwise, false.

Exceptions

Applies to