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