Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.