HtmlNodeCreateNode Method |
Creates an HTML node from a string representing literal HTML.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public static HtmlNode CreateNode(
string html
)
Public Shared Function CreateNode (
html As String
) As HtmlNode
Parameters
- html
- Type: SystemString
The HTML text.
Return Value
Type:
HtmlNodeThe newly created node instance.
See Also