SessionStateAttribute.Behavior Property
Get the session state behavior for the controller.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property Behavior As SessionStateBehavior Get Private Set 'Usage Dim instance As SessionStateAttribute Dim value As SessionStateBehavior value = instance.Behavior
Property Value
Type: System.Web.SessionState.SessionStateBehaviorThe session state behavior for the controller.
Show: