HtmlWriter.WriteAttribute method (HtmlAttributeReader)
The WriteAttribute(HtmlAttributeReader) method writes an HTML attribute to the output stream.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttribute ( _
attributeReader As HtmlAttributeReader _
)
'Usage
Dim instance As HtmlWriter
Dim attributeReader As HtmlAttributeReader
instance.WriteAttribute(attributeReader)
public void WriteAttribute(
HtmlAttributeReader attributeReader
)
Parameters
attributeReader
Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeReaderAn [Microsoft.Exchange.Data.TextConverters.HtmlAttributeReader] that contains the attribute to write.