Click or drag to resize
IClientStateManager Interface
Describes an object which supports ClientState

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IClientStateManager

The IClientStateManager type exposes the following members.

Methods
  NameDescription
Public methodLoadClientState
Loads the client state for the object
Public methodSaveClientState
Saves the client state for the object
Top
Properties
  NameDescription
Public propertySupportsClientState
Whether ClientState is supported by the object instance
Top
See Also