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