MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlWriter Class
HtmlWriter Methods
WriteMarkupText Method
WriteMarkupText(String) Method
WriteMarkupText(Char[], Int32, Int32) Method
Html
Writer
Write
Markup
Text(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.7.1
Syntax
C#
Copy
public
void
WriteMarkupText
(
string
value
)
Parameters
value
String
The string containing HTML markup.
Exceptions
Exception
Condition
ArgumentNullException
value
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
Reference
HtmlWriter Class
WriteMarkupText Overload
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast