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
- id
Type: Microsoft.Exchange.Data.TextConverters.HtmlTagId
A HtmlTagId enumeration value specifying an empty element tag to write.