WriteAttribute Method

Writes the specified attribute and value to WmlMobileTextWriter output stream and encodes them if encode is true.

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

Parameters

  • attribute
    The attribute.
  • value
    The value to set the attribute to.
  • encode
    Set to true if the markup is to be encoded.

See Also

Applies to: WmlMobileTextWriter Class