Nothing that I know of, although System.Text.StringBuilder might suit your needs.
If not, the class should be fairly simple. You might end up with 2 classes (or a structure)--one to contain the setting for the base URL and the list of parameter objects (the other class) which would contain the parameter name and value. Then, you can override the ToString function to return your complete URL.
You might looks at System.Web.UI.Design.UrlBuilder
It might meet you needs.
=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)
Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB.NET Programmer
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.