HttpConfiguration::Routes Property

 

Gets the HttpRouteCollection associated with this HttpConfiguration instance.

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

public:
property HttpRouteCollection^ Routes {
	HttpRouteCollection^ get();
}
Return to top
Show: