| HtmlNodeSetAttributeValue Method  | 
            Helper method to set the value of an attribute of this node. If the attribute is not found, it will be created automatically.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlAttribute SetAttributeValue(
	string name,
	string value
)
Public Function SetAttributeValue ( 
	name As String,
	value As String
) As HtmlAttribute
Parameters
- name
 - Type: SystemString
The name of the attribute to set. May not be null. - value
 - Type: SystemString
The value for the attribute. 
Return Value
Type: 
HtmlAttributeThe corresponding attribute instance.
See Also