[Mono-list] System.Web.WebUtils!

Bob Smith bob@thestuff.net
Thu, 8 Nov 2001 12:11:45 -0500 (EST)


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.

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
>