Skip to content

Instantly share code, notes, and snippets.

@ODataTeam
Last active August 29, 2015 14:03
Show Gist options
  • Save ODataTeam/daed63f7f56638dc28f9 to your computer and use it in GitHub Desktop.
Save ODataTeam/daed63f7f56638dc28f9 to your computer and use it in GitHub Desktop.
ParsingPath
Uri fullUri = new Uri("http://services.odata.org/V4/OData/OData.svc/Products(1)");
ODataUriParser parser = new ODataUriParser(model, serviceRoot, fullUri);
ODataPath path = parser.ParsePath();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment