ResourceControllerFactory Class

 

Specialized ControllerFactory that augments the base controller factory to make it RESTful - specifically, adding support for multiple formats, HTTP method based dispatch to controller methods and HTTP error handling.

Namespace:   Microsoft.Web.Mvc.Resources
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System.Object
  Microsoft.Web.Mvc.Resources.ResourceControllerFactory

type ResourceControllerFactory = 
    class
        interface IControllerFactory
    end

NameDescription
System_CAPS_pubmethodResourceControllerFactory()

Initializes a new instance of the ResourceControllerFactory class.

System_CAPS_pubmethodResourceControllerFactory(IControllerFactory)

Initializes a new instance of the ResourceControllerFactory class.

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_pubmethodGetControllerSessionBehavior(RequestContext, String)

Gets the controller’s session behavior.

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.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: