[]
insertAdjacentHTML
method of IHTMLElement
interface.
void insertAdjacentHTML(string where, string html)
Type | Name | Description |
---|---|---|
string | where | |
string | html |
An original IDL definition of insertAdjacentHTML
method was the following: HRESULT insertAdjacentHTML (BSTR where, BSTR html)
;