[Mono-list] System.Web.WebUtils!

Gaurav Vaish gvaish@iitk.ac.in
Thu, 8 Nov 2001 19:21:44 +0530


Hello,
    I am thinking of including this extra namespace not mentioned in the documentation, to be put in the assembly System.Web
    The reason is that several classes require a common function to be implemented at several places. This namespace will basically
consist of, may be internal may be not, classes with mostly public static functions which will help these classes.

    Some of the functions that I require at several places include, like
    1. Merging base-path and relative-path, while also checking the validity of the same
    2. Getting Directory of a Url (which may include parameters passes as query string)
    3. Checking whether is Url is absolute or relative, making a Url relative w.r.t. to a base
    4. WildCard utilities...

and a few more...

    I would appreciate comments from others in this regard. And may be any more such functions that may be required by System.Web.*
developers.


Cheers,
Gaurav Vaish
----------------------------