DefaultControllerFactory Methods

 

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

NameDescription
System_CAPS_pubmethodCreateController(RequestContext, String)

Creates the specified controller by using the specified request context.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetControllerInstance(RequestContext, Type)

Retrieves the controller instance for the specified request context and controller type.

System_CAPS_protmethodGetControllerSessionBehavior(RequestContext, Type)

Returns the controller's session behavior.

System_CAPS_protmethodGetControllerType(RequestContext, String)

Retrieves the controller type for the specified name and request context.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReleaseController(IController)

Releases the specified controller.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIControllerFactory.GetControllerSessionBehavior(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.

Return to top
Show: