| HtmlAttributeCollectionAppend Method (String) | 
            Creates and inserts a new 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(
	string name
)
Public Function Append ( 
	name As String
) As HtmlAttribute
Parameters
- name
 - Type: SystemString
The name of the attribute to insert. 
Return Value
Type: 
HtmlAttributeThe appended attribute.
See Also