OrchardCore
OrchardCore copied to clipboard
Support for Razor Component ( *.razor files)
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 Is there any example code using Razor components (specifically, I'd like to drop a front-end webassembly component into an orchard view)