PagesSection.EnableViewState Property
.NET Framework 2.0
Gets or sets a value indicating whether view state is enabled or disabled.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_EnableViewState () /** @property */ public void set_EnableViewState (boolean value)
public function get EnableViewState () : boolean public function set EnableViewState (value : boolean)
Not applicable.