Share via


HtmlWriter.WriteEmptyElementTag Method (HtmlTagId)

The WriteEmptyElementTag method writes the empty element tag 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 WriteEmptyElementTag ( _
    id As HtmlTagId _
)
'Usage
Dim instance As HtmlWriter
Dim id As HtmlTagId

instance.WriteEmptyElementTag(id)
public void WriteEmptyElementTag(
    HtmlTagId id
)

Parameters