Share via


UriPathParser Class

Definition

Parser which consumes the URI path and produces the lexical object model.

public class UriPathParser
type UriPathParser = class
Public Class UriPathParser
Inheritance
UriPathParser

Constructors

UriPathParser(ODataUriParserSettings)

Constructor.

Methods

ParsePathIntoSegments(Uri, Uri)

Returns list of segments in the specified path (eg: /abc/pqr -> abc, pqr).

Applies to