HttpBrowserCapabilitiesBase.RequiresControlStateInSession Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser requires control state to be maintained in sessions.

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

Property Value

true if the browser requires control state to be maintained in sessions; otherwise, false.

Exceptions

Applies to