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.String
The name of the attribute to write.
- value
Type: System.String
The value of the attribute.