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 path template describing the types of segments in the path.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string PathTemplate { get; }
public:
property String^ PathTemplate {
String^ get();
}
member PathTemplate : string with get
Public ReadOnly Property PathTemplate As String
Property Value
Type: System.String
See Also
ODataPath Class
System.Web.Http.OData.Routing Namespace
Return to top