HtmlNodeItemPreviousNodeType Method
Return the node type of the previous sibling node in the current level.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string PreviousNodeType(
HtmlNodeItem node
)
Public Shared Function PreviousNodeType (
node As HtmlNodeItem
) As String
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Base node at which to begin the search.
String
Previous non-blank node type, if found. Otherwise, an empty string.