HtmlAttributeClone Method |
Creates a duplicate of this attribute.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.3.0.0 (9.3.0.20251001)
Syntaxpublic HtmlAttribute Clone()
Public Function Clone As HtmlAttribute
Return Value
Type:
HtmlAttributeThe cloned attribute.
See Also