HtmlAttributeCollectionClone Method

Return a deep copy of the caller's attribute collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public HtmlAttributeCollection Clone(
	HtmlAttributeCollection attributes
)

Parameters

attributes  HtmlAttributeCollection
Reference to the collection of attributes to copy.

Return Value

HtmlAttributeCollection
Reference to the newly create attributes clone, if a legitimate value was supplied. Otherwise, null.

See Also