Click or drag to resize

HtmlDocumentCreateElement Method

Creates an HTML element node with the specified name.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public HtmlNode CreateElement(
	string name
)

Parameters

name
Type: SystemString
The qualified name of the element. May not be null.

Return Value

Type: HtmlNode
The new HTML node.
See Also