[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLElement.insertAdjacentHTML

insertAdjacentHTML Method

insertAdjacentHTML(string, string)

insertAdjacentHTML method of IHTMLElement interface.

Declaration
void insertAdjacentHTML(string where, string html)
Parameters
Type Name Description
string where
string html
Remarks

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