The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpConfiguration Constructor
Namespace:
System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpConfiguration() | Initializes a new instance of the HttpConfiguration class. |
![]() | HttpConfiguration(HttpRouteCollection) | Initializes a new instance of the HttpConfiguration class with an HTTP route collection. |
HttpConfiguration Constructor ()
Initializes a new instance of the HttpConfiguration class.
HttpConfiguration Constructor (HttpRouteCollection)
Initializes a new instance of the HttpConfiguration class with an HTTP route collection.
Parameters
- routes
-
Type:
System.Web.Http.HttpRouteCollection
The HTTP route collection to associate with this instance.
Show:
