Elegant way parsing URL

Using the URI class you can do this:

var url = new Uri("your url");

Leave a Comment