DefaultControllerFactory.GetControllerSessionBehavior Method

Definition

Returns the controller's session behavior.

protected internal virtual System.Web.SessionState.SessionStateBehavior GetControllerSessionBehavior (System.Web.Routing.RequestContext requestContext, Type controllerType);
abstract member GetControllerSessionBehavior : System.Web.Routing.RequestContext * Type -> System.Web.SessionState.SessionStateBehavior
override this.GetControllerSessionBehavior : System.Web.Routing.RequestContext * Type -> System.Web.SessionState.SessionStateBehavior
Protected Friend Overridable Function GetControllerSessionBehavior (requestContext As RequestContext, controllerType As Type) As SessionStateBehavior

Parameters

requestContext
RequestContext

The request context.

controllerType
Type

The type of the controller.

Returns

The controller's session behavior.

Applies to