HtmlNodeCreateNode Method |
Creates an HTML node from a string representing literal HTML.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
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