IControllerFactory Interface

 

Defines the methods that are required for a controller factory.

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

public interface class IControllerFactory

NameDescription
System_CAPS_pubmethodCreateController(RequestContext^, String^)

Creates the specified controller by using the specified request context.

System_CAPS_pubmethodGetControllerSessionBehavior(RequestContext^, String^)

Gets the controller's session behavior.

System_CAPS_pubmethodReleaseController(IController^)

Releases the specified controller.

Return to top
Show: