Click or drag to resize

EAPUtilStripHTML Method

Strip all HTML tags from an HTML string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string StripHTML(
	string htmlString
)

Parameters

htmlString
Type: SystemString
The string from which to remove all tags.

Return Value

Type: String
The plain-text rendition of the original HTML string.
See Also