Share via


IHttpRouteInfoProvider.Name Property

 

Gets the name of the route to generate.

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

Syntax

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

Property Value

Type: System.String

See Also

IHttpRouteInfoProvider Interface
System.Web.Http.Routing Namespace

Return to top