WmlMobileTextWriter.WriteAttribute Method (String, String, Boolean)

 

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.

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

public override void WriteAttribute(
	string attribute,
	string value,
	bool encode
)

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