Click or drag to resize

HtmlAttributeCollectionAppend Method (HtmlAttribute)

Inserts the specified attribute as the last attribute in the collection.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public HtmlAttribute Append(
	HtmlAttribute newAttribute
)

Parameters

newAttribute
Type: WorkflowGen.My.HtmlAgilityPackHtmlAttribute
The attribute to insert. May not be null.

Return Value

Type: HtmlAttribute
The appended attribute.
See Also