DefaultControllerFactory.IControllerFactory.GetControllerSessionBehavior Method (RequestContext, String)

 

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

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

No code example is currently available or this language may not be supported.

Parameters

requestContext
Type: System.Web.Routing.RequestContext

The request context.

controllerName
Type: System.String

The controller name.

Return Value

Type: System.Web.SessionState.SessionStateBehavior

The controller's session behavior.

This member is an explicit interface member implementation. It can be used only when a derived DefaultControllerFactory instance is cast to an IControllerFactory interface.

Return to top
Show: