Description
Renders the body (static HTML and components) wrapped by the container of the
InsertBody component. Components which have HTML templates and can wrap
other elements should include exactly one InsertBody component in their
template.
This component is very useful for creating a common navigational component
used by multiple pages of an application. Typically you create a common
navigational component which contains navigational links
(PageLink) to other
pages and a RenderBody component which will insert the actual
content of the page. The application pages then use the navigational
component as their first element, and then their usual content. When
the pages renders, it renders the surrounding navigational component
and then the page's content.
Prior to release 2.2, this component was called
InsertWrapped.
|