HtmlUtilGetHtmlElementTextOnly Method

Return only the text of provided HTML rlement.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string GetHtmlElementTextOnly(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Reference to the node for which the node will be rendered.

Return Value

String
The HTML content of just the opening element.

See Also