HtmlDocumentGetElementType Method

Return the Element Type of the caller-supplied element.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string GetElementType(
	string value
)

Parameters

value  String
An Html Element with opening and closing braces.

Return Value

String
The basic element type, in lower case.

See Also