WmlMobileTextWriter.WriteTextEncodedAttribute Method (String, String)
.NET Framework (current version)
Writes the given attribute, encoding the value by using WML text encoding. 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 name of the attribute to encode.
- value
-
Type:
System.String
The value of the attribute to encode.
Encoding involves mapping characters with HTML/WML meanings to the appropriate character code.
.NET Framework
Available since 1.1
Available since 1.1
Show: