HtmlDocumentCreateAttribute Method (String) | 
 
            Creates an HTML attribute with the specified name.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic HtmlAttribute CreateAttribute(
	string name
)
Public Function CreateAttribute ( 
	name As String
) As HtmlAttribute
Parameters
- name
 - Type: SystemString
The name of the attribute. May not be null. 
Return Value
Type: 
HtmlAttributeThe new HTML attribute.
See Also