Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLElement Interface / insertAdjacentHTML Method

In This Topic
    insertAdjacentHTML Method
    In This Topic

    insertAdjacentHTML method of IHTMLElement interface.

    Syntax
    'Declaration
     
    Sub insertAdjacentHTML( _
       ByVal where As System.String, _
       ByVal html As System.String _
    ) 
    void insertAdjacentHTML( 
       System.string where,
       System.string html
    )

    Parameters

    where
    html
    Remarks

    An original IDL definition of insertAdjacentHTML method was the following: HRESULT insertAdjacentHTML (BSTR where, BSTR html);

    See Also