| HtmlAttributeCollectionPrepend Method  | 
            Inserts the specified attribute as the first node in the collection.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic HtmlAttribute Prepend(
	HtmlAttribute newAttribute
)
Public Function Prepend ( 
	newAttribute As HtmlAttribute
) As HtmlAttribute
Parameters
- newAttribute
 - Type: WorkflowGen.My.HtmlAgilityPackHtmlAttribute
The attribute to insert. May not be null. 
Return Value
Type: 
HtmlAttributeThe prepended attribute.
See Also