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:
