SessionStateAttribute Constructor

Initializes a new instance of the SessionStateAttribute class

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

'Declaration
Public Sub New ( _
	behavior As SessionStateBehavior _
)
'Usage
Dim behavior As SessionStateBehavior 

Dim instance As New SessionStateAttribute(behavior)

Parameters

behavior
Type: System.Web.SessionState.SessionStateBehavior

The type of the session state.

Show: