Hello guys, Today I have learned a difference between HttpUtility.HtmlEncode and WebUtility.HtmlEncode. If you use dot net version less than 4.7 then HttpUtility.HtmlEncode encodes the regional languages. If you want to only html tags need to encode then use WebUtility.HtmlEncode.
var regionalText = "தமிழ்";
var htmlText = "<script>alert('OK')";
var httpUtilityRegionalText = HttpUtility.HtmlEncode(regionalText); //தமிழ்
var httpUtilityHtmlText = HttpUtility.HtmlEncode(htmlText); //<script>alert('OK')
regionalText = "தமிழ்";
htmlText = "<script>alert('OK')";
var webUtilityRegionalText = WebUtility.HtmlEncode(regionalText); //தமிழ்
var webUtilityHtmlText = WebUtility.HtmlEncode(htmlText); //<script>alert('OK')
Top comments (1)
You great explain in your post! i like it! Long distance vashikaran mantra