DefaultControllerFactory::IControllerFactory::GetControllerSessionBehavior Method
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)
private: virtual SessionStateBehavior GetControllerSessionBehavior( RequestContext^ requestContext, String^ controllerName ) sealed = IControllerFactory::GetControllerSessionBehavior
Parameters
- requestContext
- Type: System.Web.Routing::RequestContext
The request context.
- controllerName
- Type: System::String
The controller name.
Implements
IControllerFactory::GetControllerSessionBehavior(RequestContext, String)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: