Click or drag to resize

Html2TextConverterGetPlainText Method

Extracts plain text from HTML data.

Namespace: Limilabs.Mail.Tools
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public string GetPlainText(
	string html
)

Parameters

html  String
HTML to process.

Return Value

String
Plain text extracted from HTML.
See Also