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
string RouteTemplate { get; }
property String^ RouteTemplate {
String^ get();
}
abstract RouteTemplate : string with get
ReadOnly Property RouteTemplate As String
Property Value
Type: System.String
The route template.
See Also
IHttpRoute Interface
System.Web.Http.Routing Namespace
Return to top