IODataPathHandler Interface
Exposes the ability to parse an OData path as an ODataPath and convert an ODataPath into an OData link.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public interface IODataPathHandler
public interface class IODataPathHandler
type IODataPathHandler = interface end
Public Interface IODataPathHandler
Methods
Name | Description | |
---|---|---|
Link(ODataPath) | Converts an instance of ODataPath into an OData link. |
|
Parse(IEdmModel, String, 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.OData.Routing Namespace
Return to top