Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
public string RouteTemplate { get; }
public:
property String^ RouteTemplate {
virtual String^ get() sealed;
}
abstract RouteTemplate : string with get
override RouteTemplate : string with get
Public ReadOnly Property RouteTemplate As String
Property Value
Type: System.String
The route template describing the URI pattern to match against.
Implements
See Also
HttpRoute Class
System.Web.Http.Routing Namespace
Return to top