IHttpRoute.RouteTemplate Property

Gets the route template describing the URI pattern to match against.

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

Syntax

'Declaration
ReadOnly Property RouteTemplate As String
    Get
'Usage
Dim instance As IHttpRoute
Dim value As String

value = instance.RouteTemplate
string RouteTemplate { get; }
property String^ RouteTemplate {
    String^ get ();
}
abstract RouteTemplate : string
function get RouteTemplate () : String

Property Value

Type: System.String
The route template.

See Also

Reference

IHttpRoute Interface

System.Web.Http.Routing Namespace