Click or drag to resize

ViewStateStorageOptions Enumeration

Options that control the view state storage.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ViewStateStorageOptions
Members
  Member nameValueDescription
Page0Store the ViewState in the page. This is the default behavior.
Session1Store the ViewState in the session.
Database2Store the ViewState in the page. This is the default behavior for mobile browsers.
See Also