HtmlAttributeCollectionAppend Method (String, String) | 
 
            Creates and inserts a new attribute as the last attribute in the collection.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic HtmlAttribute Append(
	string name,
	string value
)
Public Function Append ( 
	name As String,
	value As String
) As HtmlAttribute
Parameters
- name
 - Type: SystemString
The name of the attribute to insert. - value
 - Type: SystemString
The value of the attribute to insert. 
Return Value
Type: 
HtmlAttributeThe appended attribute.
See Also