MobileCapabilities.RequiresSpecialViewStateEncoding Property

Definition

Gets a value indicating whether the browser requires VIEWSTATE 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 VIEWSTATE values to be specially encoded; otherwise, false. The default is false.

Applies to