Html and Uri String Encoding without System.Web
Posted by: Rick Strahls WebLog,
on 05 Feb 2009 |
View original | Bookmarked: 0 time(s)
Ive been revisiting and refactoring some of my old utility libraries recently. One of my classes is WebUtils which is duh - Web specific and really didnt need to be in this general utility library and so I moved it off into my Web support library that contains the brunt of Web specific behavior like custom controls and general ASP.NET helpers. The Westwind.Web project naturally contains a reference to System.Web because its a Web project. After removing the Web functionality from the Westwind.Utilities...