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
public virtual string Link(
ODataPath path
)
public:
virtual String^ Link(
ODataPath^ path
)
abstract Link :
path:ODataPath -> string
override Link :
path:ODataPath -> string
Public Overridable 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.
Implements
IODataPathHandler.Link(ODataPath)
See Also
DefaultODataPathHandler Class
System.Web.Http.OData.Routing Namespace
Return to top