System.Web Properties and Methods

Heymexa

New Member
I am reasonably new to ASP.NET and am a little confused over the usage of a few of the properties and methods within the System.Web namespace. I'd appreciate any help you could offer on the following questions;<BR><BR>HttpResponse SuppressContent property- Why would this be used? My guess is that on, for eg., an AOL page, you might want to suppress any offensive content so that children could use the page.<BR><BR>HttpServerUtility UrlPathEncode- Why would you use this instead of UrlEncode?<BR><BR>HttpSessionState IsReadOnly and IsSynchronized- when/why would these be used?<BR><BR>Michelle<BR>
 
Back
Top