MvcRouteHandler.GetSessionStateBehavior Method

Returns the session behavior.

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

protected function GetSessionStateBehavior(
	requestContext : RequestContext
) : SessionStateBehavior

Parameters

requestContext
Type: System.Web.Routing.RequestContext

The request context.

Return Value

Type: System.Web.SessionState.SessionStateBehavior
The session behavior.
Show: