Interface DynamicTemplateElement


public interface DynamicTemplateElement
A close cousin to RenderCommand used inside a DynamicTemplate.
Since:
5.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(MarkupWriter writer, RenderQueue queue, DynamicDelegate delegate)
    The element should perform whatever rendering it wants.
  • Method Details

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