DefaultControllerFactory Methods

Include Protected Members
Include Inherited Members

The DefaultControllerFactory type exposes the following members.

Methods

  Name Description
Public method CreateController Creates the specified controller by using the specified request context.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetControllerInstance Retrieves the controller instance for the specified request context and controller type.
Protected method GetControllerSessionBehavior Returns the controller's session behavior.
Protected method GetControllerType Retrieves the controller type for the specified name and request context.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReleaseController Releases the specified controller.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IControllerFactory.GetControllerSessionBehavior 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.

Top

See Also

Reference

DefaultControllerFactory Class

System.Web.Mvc Namespace