J
jayeshsorathia
You can use System.UriBuilder class to build a new well-formed URI.
You can also say create a well-formed URL.
You need to set some property of UriBuilder object's , like Scheme , Port , Host , Path etc....
You can get generated URI using AbsoluteUri Method.
This is very useful article for .Net Beginners.
Click here to view full article. Click Here... http://jayeshsorathia.blogspot.com/...e-well-formed-uri-using-uribuilder-class.html
You can also say create a well-formed URL.
You need to set some property of UriBuilder object's , like Scheme , Port , Host , Path etc....
You can get generated URI using AbsoluteUri Method.
This is very useful article for .Net Beginners.
Click here to view full article. Click Here... http://jayeshsorathia.blogspot.com/...e-well-formed-uri-using-uribuilder-class.html