RenderTreeBuilder Extensions
The extensions of RenderTreeBuilder
The exntensions allows you create element or component easily
CreateElement
Create normal element
CreateComponent
CreateStyleRegion
Output
BlazorRenderTree
This is a new class to represent RenderTree
instance.
Inner Content
Use Open
to start element or component, and use Close
to be end of element or component
Use using
key word to auto close.
Last updated