I'm trying to retrieve data from a hidden input of my HTML:
<INPUT type="hidden" name="HIDDENQUESMINV" id="HIDDENQUESMINV" value="@@Mínimo">
When I try to get its value by Request.InputStrem after submit the form I get this text: @@M%C3%ADnimo
My HTML is UTF-8 and it's good when I see it throught F12, but the request change the format. I tried to decode it, to change the encoding of the request but nothing works at all. I'm kinda lost of this and I wouldnt like to replace all this characters.
Thanks you, Miguel.