DefaultODataPathHandler Class

Definition

Parses an OData path as an ODataPath into an OData link.

public class DefaultODataPathHandler : Microsoft.AspNet.OData.Routing.IODataPathHandler, Microsoft.AspNet.OData.Routing.IODataPathTemplateHandler
type DefaultODataPathHandler = class
    interface IODataPathHandler
    interface IODataPathTemplateHandler
Public Class DefaultODataPathHandler
Implements IODataPathHandler, IODataPathTemplateHandler
Inheritance
DefaultODataPathHandler
Implements

Constructors

DefaultODataPathHandler()

Properties

UrlKeyDelimiter

Gets or Sets the ODataUrlKeyDelimiter to use while parsing, specifically whether to recognize keys as segments or not.

Methods

Link(ODataPath)

Converts an instance of ODataPath into an OData link.

Parse(String, String, IServiceProvider)

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

ParseTemplate(String, IServiceProvider)

Parses the specified OData path template as an ODataPathTemplate that can be matched to an ODataPath.

Applies to