HtmlWriter.WriteAttributeValue Method (HtmlAttributeReader)
The WriteAttributeValue(HtmlAttributeReader) method writes an attribute value 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 WriteAttributeValue ( _
attributeReader As HtmlAttributeReader _
)
'Usage
Dim instance As HtmlWriter
Dim attributeReader As HtmlAttributeReader
instance.WriteAttributeValue(attributeReader)
public void WriteAttributeValue(
HtmlAttributeReader attributeReader
)
Parameters
- attributeReader
Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeReader
The [Microsoft.Exchange.Data.TextConverters.HtmlAttributeReader] object that contains the attribute to write to the HMTL output stream.