### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug The following razor snippet renders to nothing (is completely ignored??) in ASP.NET Core 9.0. Used to work correctly in previous version: ```html <script type="importmap"> { "imports": { } } </script> ``` Looks like a bug in server-side script tag helper. ## IMPORTANT! Suggested Workaround: See [below](https://github.com/dotnet/aspnetcore/issues/58973#issuecomment-2490478089) for a suggested workaround. ### Expected Behavior Should render "as is", without modifications ### Steps To Reproduce _No response_ ### Exceptions (if any) _No response_ ### .NET Version 9.0.100 ### Anything else? _No response_