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

In This Topic
    GetInnerHTMLAsync Method
    In This Topic
    Gets InnerHTML of the specified or body element asynchronously.
    Syntax
    'Declaration
     
    Public Function GetInnerHTMLAsync( _
       Optional ByVal elementID As System.String _
    ) As System.Threading.Tasks.Task(Of String)
    public System.Threading.Tasks.Task<string> GetInnerHTMLAsync( 
       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