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: 8.1.3.0 (8.1.3.20220620)
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