Click or drag to resize
HtmlAttributeCollectionPrepend Method
Inserts the specified attribute as the first node in the collection.

Namespace: WorkflowGen.My.HtmlAgilityPack
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public HtmlAttribute Prepend(
	HtmlAttribute newAttribute
)

Parameters

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

Return Value

Type: HtmlAttribute
The prepended attribute.
See Also