ODataPath.PathTemplate Property
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