HtmlDocumentCreateElement Method |
Creates an HTML element node with the specified name.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public HtmlNode CreateElement(
string name
)
Public Function CreateElement (
name As String
) As HtmlNode
Parameters
- name
- Type: SystemString
The qualified name of the element. May not be null.
Return Value
Type:
HtmlNodeThe new HTML node.
See Also