Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
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
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