HttpCapabilitiesBase.RequiresControlStateInSession Property
.NET Framework 2.0
Gets a value indicating whether the browser requires control state to be maintained in sessions.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property RequiresControlStateInSession As Boolean 'Usage Dim instance As HttpCapabilitiesBase Dim value As Boolean value = instance.RequiresControlStateInSession
/** @property */ public boolean get_RequiresControlStateInSession ()
public function get RequiresControlStateInSession () : boolean
Not applicable.
Property Value
true if the browser requires control state to be maintained in sessions; otherwise, false. The default is false.Community Additions
ADD
Show: