-
Let's say I have the following markup in my Blazor component:
I'd like to provide a way for the parent component to determine which tag is going to be used in place of
With |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to use RenderTreeBuilder. Blazor don't support at this moment what you asking for (I think so). |
Beta Was this translation helpful? Give feedback.
You need to use RenderTreeBuilder. Blazor don't support at this moment what you asking for (I think so).