HtmlWriter.WriteAttributeName method (HtmlAttributeId)

The WriteAttributeName method writes the attribute name identified by id to the output.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WriteAttributeName ( _
    id As HtmlAttributeId _
)
'Usage
Dim instance As HtmlWriter
Dim id As HtmlAttributeId

instance.WriteAttributeName(id)
public void WriteAttributeName(
    HtmlAttributeId id
)

Parameters

See also

Reference

HtmlWriter class

HtmlWriter members

WriteAttributeName overload

Microsoft.Exchange.Data.TextConverters namespace