UriPathParser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |