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.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- requestContext
-
Type:
System.Web.Routing.RequestContext
The request context.
- controllerName
-
Type:
System.String
The controller name.
This member is an explicit interface member implementation. It can be used only when a derived DefaultControllerFactory instance is cast to an IControllerFactory interface.
Show: