Andre Silveira
I have a MVC application that was in .net6 and I upgraded to .net9 and now the layout and section text are encoded even when I dont want.
Things like
<script type="application/ld+json">
compiles as
<script type="application/ld+json">
How can I stop this?