SessionStateAttribute.Behavior Property

Get the session state behavior for the controller.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get Behavior () : SessionStateBehavior 
private function set Behavior (value : SessionStateBehavior)

Property Value

Type: System.Web.SessionState.SessionStateBehavior
The session state behavior for the controller.
Show: