How can I escape localized string encoding:
<%= Html.Encode("ÆØÅ") %> from rendering ÆØÅ
is there another way to encode localized strings?
|
|
How can I escape localized string encoding:
is there another way to encode localized strings? |
||
|
|
|
|
That's being encoded twice - are you using this in a HtmlHelper call?
|
||||||||||||
|