Click or drag to resize

StringUtilsHtmlAbstract Method

Creates an Abstract from an HTML document. Strips the HTML into plain text, then creates an abstract.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string HtmlAbstract(
	string html,
	int length
)

Parameters

html
Type: SystemString
The HTML.
length
Type: SystemInt32
The length.

Return Value

Type: String

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

See Also