HTMLToText Method
Convert HTML to text.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToText(
string html
)
Public Shared Function ToText (
html As String
) As String
- html String
- The HTML content to convert.
StringString with the plain text representation of the HTML content.