Overview | Methods | This Package | All Packages
Writes a diagnostic snapshot dump of the DHTML code, as currently seen by the document host, to a file.
Syntax
public void writeHTML( IDataStream stream )
Parameters
stream
The IDataStream object to dump the contents to.
Remarks
This method writes the source of the generated DHTML code that is currently running to a data stream specified by the stream parameter. This is a developer diagnostic tool, not an end-user feature, and requires that the code be fully trusted.