htmlText property
Retrieves the HTML source as a valid HTML fragment.
Syntax
HRESULT value = object.get_htmlText(* p);
Property values
Type: BSTR
the HTML source.
Remarks
This property corresponds to the fragment portion of the CF_HTML clipboard format.
This feature might not be available on platforms other than Microsoft Win32 platforms.
Show: