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.
Converts an instance of ODataPath into an OData link.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
string Link(
ODataPath path
)
String^ Link(
ODataPath^ path
)
abstract Link :
path:ODataPath -> string
Function Link (
path As ODataPath
) As String
Parameters
path
Type: System.Web.Http.OData.Routing.ODataPathThe OData path to convert into a link.
Return Value
Type: System.String
The generated OData link.
See Also
IODataPathHandler Interface
System.Web.Http.OData.Routing Namespace
Return to top