[Mono-list] System.Web.WebUtils!

Gaurav Vaish gvaish@iitk.ac.in
Thu, 8 Nov 2001 23:37:40 +0530


----- Original Message -----
From: "Bob Smith" <bob@thestuff.net>
To: "Gaurav Vaish" <gvaish@iitk.ac.in>
Cc: <mono-list@ximian.com>
Sent: Thursday, November 08, 2001 22:41
Subject: Re: [Mono-list] System.Web.WebUtils!


: I think there are already some of the stuff you want implemented in
: System.Web.UI. Maybe look there first and if not everything you need is in
: there, System.Web.WebUtils or System.Web.Utils seems like a good place for
: it.


    If there are any internal classes, then I take care. But if there's nothing more than what MS's documentation provides, then
I'll create my own. Anyhow, if anyone takes on something similar like this, he should make available what all functions will be
provided, so that others may have an interface (similar to documentation?) to what is available. So, what all functions do I put I
will make a post to the list.


Cheers,
Gaurav Vaish
----------------------------
:
: On Thu, 8 Nov 2001, Gaurav Vaish wrote:
:
: > 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
: > ----------------------------
: >
: >
: > _______________________________________________
: > Mono-list maillist  -  Mono-list@ximian.com
: > http://lists.ximian.com/mailman/listinfo/mono-list
: >