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.
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 | |
---|---|---|
![]() |
Link(ODataPath) | Converts an instance of ODataPath into an OData link. |
![]() |
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