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

NameDescription
System_CAPS_pubmethodHttpConfiguration()

Initializes a new instance of the HttpConfiguration class.

System_CAPS_pubmethodHttpConfiguration(HttpRouteCollection)

Initializes a new instance of the HttpConfiguration class with an HTTP route collection.

Return to top

HttpConfiguration Constructor ()

Initializes a new instance of the HttpConfiguration class.

Public Sub New
Return to top

HttpConfiguration Constructor (HttpRouteCollection)

Initializes a new instance of the HttpConfiguration class with an HTTP route collection.

Public Sub New (
	routes As HttpRouteCollection
)

Parameters

routes
Type: System.Web.Http.HttpRouteCollection

The HTTP route collection to associate with this instance.

Return to top
Show: