Click or drag to resize
MimeKit

HtmlWriterWriteMarkupText(String) Method

Write a string containing HTML markup directly to the output, without escaping special characters.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void WriteMarkupText(
	string value
)

Parameters

value  String
The string containing HTML markup.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ObjectDisposedException The HtmlWriter has been disposed.
Remarks
Writes a string containing HTML markup directly to the output, without escaping special characters.
See Also