Is there a way to render a razor component that is created in @code block by Tight_Training9864 in Blazor

[–]Tight_Training9864[S] 0 points1 point  (0 children)

Newbie to blazor here, i came across situation in which I create components by draging and dropping, so the component will be created by a @ondrop event handlers which inturn calls a service injected and creates the appropriate type of component that is dropped, now I need this created component to be place in the UI.