IHttpRouteData Interface

Provides information about a route.

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

Syntax

'Declaration
Public Interface IHttpRouteData
'Usage
Dim instance As IHttpRouteData
public interface IHttpRouteData
public interface class IHttpRouteData
type IHttpRouteData =  interface end
public interface IHttpRouteData

The IHttpRouteData type exposes the following members.

Properties

  Name Description
Public property Route Gets the object that represents the route.
Public property Values Gets a collection of URL parameter values and default values for the route.

Top

See Also

Reference

System.Web.Http.Routing Namespace