Returns a space-separated string list of attribute=value pairs of all element attributes by selector.
CSS3 Selector of the element to read its attributes.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
Returns a space-separated string list of attribute=value pairs of all element attributes by selector.
Visual Basic |
---|
Public Function GetAttributes( _ ByVal Selector As String _ ) As String |
CSS3 Selector of the element to read its attributes.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
Returns a space-separated string list of attribute=value pairs of all element attributes.