### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug In an `ASP.NET Core MVC app` on `.NET 9` the `script` tag `type` invalid renderers a `backslash+` ```xml <script type="application/ld+json"> {} </script> ``` Is rendered as ```xml <script type="application/ld+json"> {} </script> ``` See screenshot below.  It works correct on `NET8` ### Expected Behavior _No response_ ### Steps To Reproduce This should be the output ```xml <script type="application/ld+json"> {} </script> ``` ### Exceptions (if any) _No response_ ### .NET Version _No response_ ### Anything else? _No response_