DefaultControllerFactory.GetControllerSessionBehavior Method
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.
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.