HtmlWriter.WriteAttribute Method (HtmlAttributeId, String)
The WriteAttribute writes the attribute specified by an HtmlAttributeId enumeration value.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttribute ( _
id As HtmlAttributeId, _
value As String _
)
'Usage
Dim instance As HtmlWriter
Dim id As HtmlAttributeId
Dim value As String
instance.WriteAttribute(id, value)
public void WriteAttribute(
HtmlAttributeId id,
string value
)
Parameters
- id
Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeId
A HtmlAttributeId enumeration value identifying the attribute to write.
- value
Type: System.String
A string containing the value of the attribute to write.