HtmlNodeCollectionGetLastNodeOfType Method
Get the last node in the hierarchy of the specified type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem GetLastNodeOfType(
HtmlNodeCollection nodes,
string nodeType
)
Public Shared Function GetLastNodeOfType (
nodes As HtmlNodeCollection,
nodeType As String
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- nodes HtmlNodeCollection
-
Collection of nodes to inspect.
- nodeType String
-
Type of node to search for.
HtmlNodeItem
The last node in the heirarchy of the specified type, if found.
Otherwise, null.