tags:

views:

90

answers:

1

I'm spending time breaking up URLs into protocol://domain:port/path/filename but there must be a built in class, all I can find is System.Security.Policy.Url

+6  A: 

I bet System.Uri is what you're looking for

Markus Olsson
yeah i found it, thanks :D
DrG