ApiDescription.Route Property

 

Gets or sets the registered route for the API.

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

Syntax

public IHttpRoute Route {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property IHttpRoute^ Route {
    [CompilerGeneratedAttribute]
    IHttpRoute^ get();
    [CompilerGeneratedAttribute]
    void set(IHttpRoute^ value);
}
member Route : IHttpRoute with get, set
Public Property Route As IHttpRoute

Property Value

Type: System.Web.Http.Routing.IHttpRoute

The route.

See Also

ApiDescription Class
System.Web.Http.Description Namespace

Return to top