Interface DynamicTemplateElement

    • 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.