Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the registered route for the API.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Route As IHttpRoute
Get
Set
'Usage
Dim instance As ApiDescription
Dim value As IHttpRoute
value = instance.Route
instance.Route = value
public IHttpRoute Route { get; set; }
public:
property IHttpRoute^ Route {
IHttpRoute^ get ();
void set (IHttpRoute^ value);
}
member Route : IHttpRoute with get, set
function get Route () : IHttpRoute
function set Route (value : IHttpRoute)
Property Value
Type: System.Web.Http.Routing.IHttpRoute
The route.