render abstract method

Element render()

Renders the component as HTML.

Override this method to define the component's HTML structure. This is called on the server to generate initial HTML.

Implementation

html.Element render();