HtmlAttributeItemClone Method
Return a deep copy of the specified HTML attribute.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlAttributeItem Clone(
HtmlAttributeItem attribute
)
Public Shared Function Clone (
attribute As HtmlAttributeItem
) As HtmlAttributeItem
No code example is currently available or this language may not be supported.
- attribute HtmlAttributeItem
-
Reference to the attribute to be copied.
HtmlAttributeItem
Reference to a new clone of the caller's attribute.