c# help using system.uri functions

Posted by kacalapy on Stack Overflow See other posts from Stack Overflow or by kacalapy
Published on 2010-05-03T19:38:35Z Indexed on 2010/05/03 19:48 UTC
Read the original article Hit count: 229

Filed under:

i have a STRING in C# with a long url such as: http://mysite.com/testing/testingPages/area/ten/p1.aspx

how can i use system.uri class to get the http://mysite.com part only ?

© Stack Overflow or respective owner

Related posts about c#