HttpControllerRouteHandler Class
A IRouteHandler that returns instances of HttpControllerHandler that can pass requests to a given HttpServer instance.
Inheritance Hierarchy
System.Object
System.Web.Http.WebHost.HttpControllerRouteHandler
Namespace: System.Web.Http.WebHost
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
Syntax
'Declaration
Public Class HttpControllerRouteHandler _
Implements IRouteHandler
'Usage
Dim instance As HttpControllerRouteHandler
public class HttpControllerRouteHandler : IRouteHandler
public ref class HttpControllerRouteHandler : IRouteHandler
type HttpControllerRouteHandler =
class
interface IRouteHandler
end
public class HttpControllerRouteHandler implements IRouteHandler
The HttpControllerRouteHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpControllerRouteHandler | Initializes a new instance of the HttpControllerRouteHandler class. |
Top
Properties
Name | Description | |
---|---|---|
Instance | Gets the singleton HttpControllerRouteHandler instance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetHttpHandler | Provides the object that processes the request. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IRouteHandler.GetHttpHandler | Provides the object that processes the request. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.