SessionStateAttribute.Behavior Property

Definition

Get the session state behavior for the controller.

public System.Web.SessionState.SessionStateBehavior Behavior { get; }
member this.Behavior : System.Web.SessionState.SessionStateBehavior
Public ReadOnly Property Behavior As SessionStateBehavior

Property Value

The session state behavior for the controller.

Applies to