GetDomAttributeList Method (DomElement)

Action

Returns the names of all DOM attributes that are available for this element. This method is not supported for mobile Web applications.

Syntax

domAttributeList = element.GetDomAttributeList([specifiedOnly])
Variable Description
domAttributeList List(Of String).
specifiedOnly Optional: return only attributes specified for that DOM element. Since IE9 this is always true. Boolean.