How to allow & in text input #430
FaizPrasla
started this conversation in
General
Replies: 1 comment 8 replies
-
No, this won't work. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The '&' character after sanitization gets converted to
&
is there a way to allow & character without it being sanitized. Would something likesanitizer.AllowedSchemes.Add("&")
work?Beta Was this translation helpful? Give feedback.
All reactions