System.Web Namespace
Provides a TextWriter object that is accessed through the intrinsic HttpResponse object.
The Write methods of the intrinsic HttpResponse object make internal calls to an HttpWriter object.
HttpWriter.propertyName = value; HttpWriter.methodName ( arguments );
HttpWriter.propertyName = value HttpWriter.methodName ( arguments )
Type var = HttpWriter.propertyName;
Dim var as Type = HttpWriter.propertyName
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note