HtmlWriter.WriteAttribute method (String, String)
The WriteAttribute method writes an attribute with the specified name and value.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttribute ( _
name As String, _
value As String _
)
'Usage
Dim instance As HtmlWriter
Dim name As String
Dim value As String
instance.WriteAttribute(name, value)
public void WriteAttribute(
string name,
string value
)
Parameters
name
Type: System.StringThe name of the attribute to write.
value
Type: System.StringThe value of the attribute.