CompositeControlBaseCompositeRender Method |
Called during Render() and provided for the derived class to override instead of the
derived class overriding Render(). The CompositeControlBase implementation is empty.
The derived class should override this method and implement its Render() in the override.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual void CompositeRender(
HtmlTextWriter writer
)
Protected Overridable Sub CompositeRender (
writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
The write to which to output HTML.
See Also