IPartialSessionState Interface

Definition

When implemented in a type, returns a list of zero or more session keys that indicate to a session-state provider which session-state items have to be retrieved.

public interface class IPartialSessionState
public interface IPartialSessionState
type IPartialSessionState = interface
Public Interface IPartialSessionState

Remarks

When a type that implements this interface returns a non-null generic list of strings in the PartialSessionStateKeys property, the list indicates to a session-state provider that the provider should retrieve only the session-state values that are specified in the list. If the type returns a null value for the PartialSessionStateKeys property, a session-state provider should get all session-state values.

Properties

PartialSessionStateKeys

Gets a list of keys that are associated with session-state values.

Applies to