HtmlWriter.WriteEndTag method (HtmlTagId)
The WriteEndTag method writes the end 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 WriteEndTag ( _
id As HtmlTagId _
)
'Usage
Dim instance As HtmlWriter
Dim id As HtmlTagId
instance.WriteEndTag(id)
public void WriteEndTag(
HtmlTagId id
)
Parameters
id
Type: Microsoft.Exchange.Data.TextConverters.HtmlTagIdA HtmlTagId enumeration value that identifies the end tag to write.