PagesSection.MaxPageStateFieldLength Property
.NET Framework 3.0
Gets or sets the maximum number of characters that a single view-state field can contain.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_MaxPageStateFieldLength () /** @property */ public void set_MaxPageStateFieldLength (int value)
public function get MaxPageStateFieldLength () : int public function set MaxPageStateFieldLength (value : int)
Not applicable.