| | Plumtree UI Infrastructure API | |
| HTMLGenericElement.InternalWrite Method |
HTMLElement.InternalWrite() rewritten.
protected override void InternalWrite(
bool bFormat,
XPStringBuilder sbLocal,
IXPResponse response
);
Parameters
-
bFormat
- Pass a boolean indicating whether or not to format the output.
-
sbLocal
- Pass an XPStringBuilder to which you wish the String appended. Pass null if you do not wish the string appended to an XPStringBuilder.
-
response
- Pass an IXPResponse to which you wish the String written. Pass null if you do not wish the string written to an IXPResponse.
See Also
HTMLGenericElement Class | com.plumtree.xpshared.htmlelements Namespace