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