| HtmlAttributeCollectionAppend Method (HtmlAttribute) | 
            Inserts the specified attribute as the last attribute in the collection.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlAttribute Append(
	HtmlAttribute newAttribute
)
Public Function Append ( 
	newAttribute As HtmlAttribute
) As HtmlAttribute
Parameters
- newAttribute
 - Type: WorkflowGen.My.HtmlAgilityPackHtmlAttribute
The attribute to insert. May not be null. 
Return Value
Type: 
HtmlAttributeThe appended attribute.
See Also