MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlDocTypeToken Class
HtmlDocTypeToken Methods
WriteTo Method
Html
Doc
Type
Token
Write
To Method
Write the DOCTYPE tag to a
TextWriter
.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
void
WriteTo
(
TextWriter
output
)
Parameters
output
TextWriter
The output.
Exceptions
Exception
Condition
ArgumentNullException
output
is
null
.
Remarks
Writes the DOCTYPE tag to a
TextWriter
.
See Also
Reference
HtmlDocTypeToken Class
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast