IControllerFactory Methods

 

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

Methods

Name Description
System_CAPS_pubmethod CreateController(RequestContext, String)

Creates the specified controller by using the specified request context.

System_CAPS_pubmethod GetControllerSessionBehavior(RequestContext, String)

Gets the controller's session behavior.

System_CAPS_pubmethod ReleaseController(IController)

Releases the specified controller.

See Also

IControllerFactory Interface
System.Web.Mvc Namespace

Return to top