Convert HTML to Plain Text.

All tags and entities will be removed from the HTML.

Syntax

ISHtmlUtilities.PlainTextFromHtml(html, [removeSmartTags])

Parameters

NameTypeOptionalByRefDescription
html String The HTML to convert.
removeSmartTags Boolean Optional Indicates whether to also remove the following non-HTML smart tags: <list> <item>[Signature]</item> <item>[NoSignature]</item> </list> If omitted, a value of False is assumed.

Return Value

String

A String value.

Member of:
ISHtmlUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0