HTMLToText Method

Convert HTML to text.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToText(
	string html
)

Parameters

html  String
The HTML content to convert.

Return Value

String
String with the plain text representation of the HTML content.

See Also