Returns the value of the specified attribute of the current HTML element. The attribute names are in lower case.

Declaration Syntax
Protected Function GetAttributeValue ( _
attributeName As String _
) As String
protected:
String^ GetAttributeValue(
String^ attributeName
)

Parameters
- attributeName (String)
- The attribute name.

Return Value
Returns the value of the attribute if present or null.
Assembly:
Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)