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

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.

In This Topic
    GetInnerHTML Method
    In This Topic
    Description

    Return the inner HTML of an HTML5 Element.

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

    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 Type

    String, the inner HTML5 markup of the Element.

    See Also