HtmlAttributeCollectionClone Method
Return a deep copy of the caller's attribute collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlAttributeCollection Clone(
HtmlAttributeCollection attributes
)
Public Function Clone (
attributes As HtmlAttributeCollection
) As HtmlAttributeCollection
No code example is currently available or this language may not be supported.
- attributes HtmlAttributeCollection
-
Reference to the collection of attributes to copy.
HtmlAttributeCollection
Reference to the newly create attributes clone, if a legitimate
value was supplied. Otherwise, null.