WmlMobileTextWriter.WriteAttribute Method (String, String, Boolean)
.NET Framework (current version)
Writes the specified markup attribute and value to the output stream, and, if specified, writes the value encoded. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- attribute
-
Type:
System.String
The markup attribute to write to the output stream.
- value
-
Type:
System.String
The value assigned to the attribute.
- encode
-
Type:
System.Boolean
true to encode the attribute and its assigned value; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: