Click or drag to resize
MimeKit

HtmlTagContextWriteTag(HtmlWriter) Method

Write the HTML tag.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void WriteTag(
	HtmlWriter htmlWriter
)

Parameters

htmlWriter  HtmlWriter
The HTML writer.
Exceptions
ExceptionCondition
ArgumentNullExceptionhtmlWriter is null.
Remarks
Writes the HTML tag to the given HtmlWriter.
See Also