WmlMobileTextWriter.WriteTextEncodedAttribute Method (String, String)

 

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.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected void WriteTextEncodedAttribute(
	string attribute,
	string value
)

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
Return to top
Show: