GetDomAttribute Method (DomElement)

Class

DomElement.

Action

Gets the value of an object specific DOM attribute.

Syntax

C#
domAttribute = element.GetDomAttribute(attributeName)
VB
domAttribute = element.GetDomAttribute(attributeName)
Variable Description
domAttribute The value of the attribute. Object.
attributeName The name of the attribute. String.