HttpConfiguration.Routes Property

 

Gets the HttpRouteCollection associated with this HttpConfiguration instance.

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

Syntax

public HttpRouteCollection Routes { get; }
public:
property HttpRouteCollection^ Routes {
    HttpRouteCollection^ get();
}
member Routes : HttpRouteCollection with get
Public ReadOnly Property Routes As HttpRouteCollection

Property Value

Type: System.Web.Http.HttpRouteCollection

The HttpRouteCollection.

See Also

HttpConfiguration Class
System.Web.Http Namespace

Return to top