mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / GetOuterHTML Method

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.

In This Topic
    GetOuterHTML Method
    In This Topic
    Description

    Return the outer HTML of an HTML5 Element.

    Syntax
    Visual Basic
    Public Function GetOuterHTML( _
       ByVal Selector As String _
    ) As String
    Parameters
    Selector

    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.

    See Also