Click or drag to resize
MimeKit

HtmlWriterWriteEmptyElementTag(HtmlTagId) Method

Write an empty element tag.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void WriteEmptyElementTag(
	HtmlTagId id
)

Parameters

id  HtmlTagId
The HTML tag identifier.
Exceptions
ExceptionCondition
ArgumentExceptionid is not a valid HTML tag identifier.
ObjectDisposedException The HtmlWriter has been disposed.
Remarks
Writes an empty element tag.
See Also