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 | |
---|---|---|
Route | Gets the object that represents the route. | |
Values | Gets a collection of URL parameter values and default values for the route. |
Top