Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / GetInnerHTML Method
Specified elements ID.

In This Topic
    GetInnerHTML Method
    In This Topic
    Gets InnerHTML of the specified or body element.
    Syntax
    'Declaration
     
    Public Function GetInnerHTML( _
       Optional ByVal elementID As System.String _
    ) As System.String
    public System.string GetInnerHTML( 
       System.string elementID
    )

    Parameters

    elementID
    Specified elements ID.

    Return Value

    If elementID is specified, returns its innerHTML, otherwise returns the innerHTML of the body element.
    See Also