Blazor web assembly components in cms output templates #16928
Unanswered
kevinasdzine
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I got it partially working but Orchard Core's behavior of lower-casing all element names is getting in the way of passing fragments to the Blazor component. Is there a way to selectively disable that behavior? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can definitely use Blazor Web assembly components in CMS output. Create your web assembly component library and you can add as project reference to your CMS project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone integrated Blazor WASM into an Orchard Core solution where a Blazor component was introduced to the output template of an orchard content type? I'd like to create a content type that presents instances using standard orchard shape rendering templates but those templates include Blazor components for some client side sugar.
Beta Was this translation helpful? Give feedback.
All reactions