HtmlAttributeItemClone Method

Return a deep copy of the specified HTML attribute.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public static HtmlAttributeItem Clone(
	HtmlAttributeItem attribute
)

Parameters

attribute  HtmlAttributeItem
Reference to the attribute to be copied.

Return Value

HtmlAttributeItem
Reference to a new clone of the caller's attribute.

See Also