Interface DynamicTemplateElement
-
public interface DynamicTemplateElement
A close cousin toRenderCommand
used inside aDynamicTemplate
.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(MarkupWriter writer, RenderQueue queue, DynamicDelegate delegate)
The element should perform whatever rendering it wants.
-
-
-
Method Detail
-
render
void render(MarkupWriter writer, RenderQueue queue, DynamicDelegate delegate)
The element should perform whatever rendering it wants. When rendering elements, the queue is used to queue up rendering commands for the body of the element as well as a command to close the element started.
-
-