HtmlUtilGetHtmlElements Method

Return a collection of HTML tags present in the source content.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static StringTokenCollection GetHtmlElements(
	string content
)

Parameters

content  String
Content to inspect.

Return Value

StringTokenCollection
Reference to a sequential collection of HTML tags present in the content.

See Also