| Corresponds to
BeforeRenderBody , allowing additional markup after rendering the body of
a component, but before rendering the rest of the component's template. Return true (the
default) to progress to the
AfterRenderTemplate or
AfterRender phase (depending
on whether the component does or does not have a template). Return false to return to the
BeforeRenderBody phase.
|