DefaultControllerFactory.IControllerFactory.GetControllerSessionBehavior Method

Definition

This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the GetControllerSessionBehavior(RequestContext, Type) method.

System.Web.SessionState.SessionStateBehavior IControllerFactory.GetControllerSessionBehavior (System.Web.Routing.RequestContext requestContext, string controllerName);
abstract member System.Web.Mvc.IControllerFactory.GetControllerSessionBehavior : System.Web.Routing.RequestContext * string -> System.Web.SessionState.SessionStateBehavior
override this.System.Web.Mvc.IControllerFactory.GetControllerSessionBehavior : System.Web.Routing.RequestContext * string -> System.Web.SessionState.SessionStateBehavior
Function GetControllerSessionBehavior (requestContext As RequestContext, controllerName As String) As SessionStateBehavior Implements IControllerFactory.GetControllerSessionBehavior

Parameters

requestContext
RequestContext

The request context.

controllerName
String

The controller name.

Returns

The controller's session behavior.

Implements

Applies to