DefaultControllerFactory Methods
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | CreateController(RequestContext, String) | Creates the specified controller by using the specified request context. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetControllerInstance(RequestContext, Type) | Retrieves the controller instance for the specified request context and controller type. |
![]() | GetControllerSessionBehavior(RequestContext, Type) | Returns the controller's session behavior. |
![]() | GetControllerType(RequestContext, String) | Retrieves the controller type for the specified name and request context. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseController(IController) | Releases the specified controller. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IControllerFactory.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. |
Show:



