Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

HtmlExporterBase.Export Method

Name Parameters Description
Export() none Exports the document to a string in HTML format.
Export(TextWriter) writer Exports a document in HTML format using the specified writer to write exported data as a series of characters.