HtmlNodeItemPreviousNodeType Method

Return the node type of the previous sibling node in the current level.

Definition

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

Parameters

node  HtmlNodeItem
Base node at which to begin the search.

Return Value

String
Previous non-blank node type, if found. Otherwise, an empty string.

See Also