Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.