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

public interface IODataPathHandler
public interface class IODataPathHandler
type IODataPathHandler = interface end
Public Interface IODataPathHandler

Methods

Name Description
System_CAPS_pubmethod Link(ODataPath)

Converts an instance of ODataPath into an OData link.

System_CAPS_pubmethod Parse(IEdmModel, String)

Parses the specified OData path as an ODataPath that contains additional information about the EDM type and entity set for the path.

See Also

System.Web.Http.OData.Routing Namespace

Return to top