HttpBrowserCapabilitiesWrapper.RequiresSpecialViewStateEncoding Property

Definition

Gets a value that indicates whether the browser requires view-state values to be specially encoded.

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

Property Value

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

Applies to