Returns an attribute value of an HTML5 Element.
CSS3 Selector of the element to read its attribute.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The attribute name to read.
Returns an attribute value of an HTML5 Element.
CSS3 Selector of the element to read its attribute.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
The attribute name to read.
String HTML5 attribute value.
Function GetClass() As String GetClass = WebKitX1.GetAttribute("#my_input", "class") End Function
private String GetClass() { return WebKitXCEF31.GetAttribute("#my_input", "class"); }