OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Support for Razor Component ( *.razor files)

Open ns8482e opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Support Razor component (*.razor ) files in module and to allow rendering using component tag helper in views and liquid

Describe the solution you'd like

Update tag helper bridge to support component tag helper for type property

Describe alternatives you've considered

Currently to compile razor files in module, requires to explicitly exclude *.razor from embedded resource and from none and include in content, in project file.

content tag helper is currently not supported in liquid due to type argument

Related #9993

ns8482e avatar Oct 10 '21 00:10 ns8482e

@ns8482e Is there any example code using Razor components (specifically, I'd like to drop a front-end webassembly component into an orchard view)

kevinsmgov avatar Sep 12 '22 14:09 kevinsmgov