BlazingOrchard / Blazing-Orchard

Proof of Concept
BSD 3-Clause "New" or "Revised" License
79 stars 17 forks source link

Render liquid shape filter as a true Blazor component #2

Closed sfmskywalker closed 3 years ago

sfmskywalker commented 3 years ago

Originally, when rendering shapes via liquid would result in those shapes being "stringified" and emitted as HTML markup strings to the Blazor render tree.

This PR changes this such that components are directly emitted to the render tree. Which has the obvious benefit of retaining component functionalities.