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

See also

Reference

HtmlWriter class

HtmlWriter members

WriteEndTag overload

Microsoft.Exchange.Data.TextConverters namespace