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.

HttpRouteCollection Constructor

 

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

NameDescription
System_CAPS_pubmethodHttpRouteCollection()

Initializes a new instance of the HttpRouteCollection class.

System_CAPS_pubmethodHttpRouteCollection(String^)

Initializes a new instance of the HttpRouteCollection class.

Return to top

HttpRouteCollection Constructor ()

Initializes a new instance of the HttpRouteCollection class.

public:
HttpRouteCollection()
Return to top

HttpRouteCollection Constructor (String^)

Initializes a new instance of the HttpRouteCollection class.

public:
HttpRouteCollection(
	String^ virtualPathRoot
)

Parameters

virtualPathRoot
Type: System::String^

The virtual path root.

Return to top
Show: