SessionStateAttribute(SessionStateBehavior) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SessionStateAttribute class
public SessionStateAttribute (System.Web.SessionState.SessionStateBehavior behavior);
new System.Web.Mvc.SessionStateAttribute : System.Web.SessionState.SessionStateBehavior -> System.Web.Mvc.SessionStateAttribute
Public Sub New (behavior As SessionStateBehavior)
Parameters
- behavior
- SessionStateBehavior
The type of the session state.