HtmlUtilGetHtmlElements Method
Return a collection of HTML tags present in the source content.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static StringTokenCollection GetHtmlElements(
string content
)
Public Shared Function GetHtmlElements (
content As String
) As StringTokenCollection
No code example is currently available or this language may not be supported.
- content String
-
Content to inspect.
StringTokenCollection
Reference to a sequential collection of HTML tags present in the
content.