You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I am trying to escape Html but it is not working and I wonder why.
I am using ASP.Net Core 6 and I have set up the configuration to allow Escape of Html string.
But when I write the below as the message "Hello <br/> there!"
On the browser, I see the exact same string and not two lines as expected.
I have tested the functionality on the https://blazor-toaster.sotsera.com/ website and there it works. So there must be something on my side that is causing the problem, but I can't think of anything. Does anyone have an idea why is this happening, or under which conditions it may happen?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to escape Html but it is not working and I wonder why.
I am using ASP.Net Core 6 and I have set up the configuration to allow Escape of Html string.
But when I write the below as the message
"Hello <br/> there!"
On the browser, I see the exact same string and not two lines as expected.
I have tested the functionality on the https://blazor-toaster.sotsera.com/ website and there it works. So there must be something on my side that is causing the problem, but I can't think of anything. Does anyone have an idea why is this happening, or under which conditions it may happen?
Thanks
The text was updated successfully, but these errors were encountered: