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