We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have on our website I have had to add a temporary ".Replace("'", "%27")" to fix the issue but im sure there is a much better way to do this.
Is this a bug or is it supposed to do this?
Regards
Kieran Corkin
The text was updated successfully, but these errors were encountered:
@kieran23101 not sure about this.
Seems to be a know issue https://stackoverflow.com/questions/561954/asp-net-urlencode-ampersand-for-use-in-query-string - something about backward compatibility.
If you can, please submit a change / pull request. it would be needed here
razor-blade/Razor.Blade/Markup/Tag/Tag_UriEncode.cs
Line 25 in 5ae85cf
Sorry, something went wrong.
version bumps and #3
9fe7974
No branches or pull requests
I have on our website I have had to add a temporary ".Replace("'", "%27")" to fix the issue but im sure there is a much better way to do this.
Is this a bug or is it supposed to do this?
Regards
Kieran Corkin
The text was updated successfully, but these errors were encountered: