Click or drag to resize

StringUtilsStripHtml Method

Strips HTML tags out of an HTML string and returns just the text.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string StripHtml(
	string html
)

Parameters

html
Type: SystemString
Html String

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.StripHtml(System.String)"]

See Also