SessionStateAttribute::Behavior Property

Get the session state behavior for the controller.

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

public:
property SessionStateBehavior Behavior {
	SessionStateBehavior get ();
	private: void set (SessionStateBehavior value);
}

Property Value

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