DefaultODataPathHandler.Link(ODataPath) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an instance of ODataPath into an OData link.
public virtual string Link (Microsoft.AspNet.OData.Routing.ODataPath path);
abstract member Link : Microsoft.AspNet.OData.Routing.ODataPath -> string
override this.Link : Microsoft.AspNet.OData.Routing.ODataPath -> string
Public Overridable Function Link (path As ODataPath) As String
Parameters
- path
- ODataPath
The OData path to convert into a link.
Returns
The generated OData link.