Return the inner HTML of an HTML5 Element.
CSS3 Selector of the element to read its inner HTML5 markup.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
Return the inner HTML of an HTML5 Element.
Visual Basic |
---|
Public Function GetInnerHTML( _ ByVal Selector As String _ ) As String |
CSS3 Selector of the element to read its inner HTML5 markup.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
String, the inner HTML5 markup of the Element.