GetDomAttributeList Method (DomElement)

Class

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

C#
domAttributeList = element.GetDomAttributeList([specifiedOnly])
VB
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.