Share via


IODataPathHandler Interface

Exposes the ability to parse an OData path as an ODataPath and convert an ODataPath into an OData link.

Namespace:  System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Interface IODataPathHandler
'Usage
Dim instance As IODataPathHandler
public interface IODataPathHandler
public interface class IODataPathHandler
type IODataPathHandler =  interface end
public interface IODataPathHandler

The IODataPathHandler type exposes the following members.

Methods

  Name Description
Public method Link Converts an instance of ODataPath into an OData link.
Public method Parse Parses the specified OData path as an ODataPath that contains additional information about the EDM type and entity set for the path.

Top

See Also

Reference

System.Web.Http.OData.Routing Namespace