IRoutePrefix.Prefix Property

 

Gets the route prefix.

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

Syntax

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

Property Value

Type: System.String

The route prefix.

See Also

IRoutePrefix Interface
System.Web.Http.Routing Namespace

Return to top