public interface IRender
IMarkupWriter
using a IRequestCycle
.
This primarily includes IComponent
and IPage
,
but also extends to other things, such as objects responsible for
rendering static markup text.
Modifier and Type | Method and Description |
---|---|
void |
render(IMarkupWriter writer,
IRequestCycle cycle)
The principal rendering/rewinding method.
|
void render(IMarkupWriter writer, IRequestCycle cycle)
Renderring and rewinding are the exact same process. The same code that renders must be able to restore state by going through the exact same operations (even though the output is discarded).