Uiinfrastructure API Docs  
 

HTMLElement.WriteNugget Method (String, XPStringBuilder, IXPResponse)

This protected method is used by this class an all subclasses to write the smallest divisible units of HTML. These nuggets of HTML are either appended to an XPStringBuilder, written to the IXPResponse, both, or neither.

protected virtual void WriteNugget(
   string s,
   XPStringBuilder sbLocal,
   IXPResponse response
);

Parameters

s
Pass a String you wish appended or written.
sbLocal
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

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace | HTMLElement.WriteNugget Overload List