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

  • value
    Type: System.String

    A string containing the value of the attribute to write.

See also

Reference

HtmlWriter class

HtmlWriter members

WriteAttribute overload

Microsoft.Exchange.Data.TextConverters namespace