Share via


RouteEntry.Name Property

 

Gets the route name, if any; otherwise, null.

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

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

The route name, if any; otherwise, null.

See Also

RouteEntry Class
System.Web.Http.Routing Namespace

Return to top