After POST/GET request I get such URL back which I need to parse, of course I can go and use spit() to get required information, but for sure should be more elegant way of d
Using the URI class you can do this:
var url = new Uri("your url");