It would be helpful for us to see the page and examine both the link and the source code for the link.
If the URL shown at the bottom of your screen capture is the value of the href attribute of your link, then you need to fix this issue in your template.
I.e. If you view the source of the page and the href does not include the number symbol, you've rendered # as %23 and you'll need to fix that in your view/template.
You may have escaped / url encoded it?
Just some thoughts. Hope this helps. Please post more info if you have it.
Do you know how to convert %23 for # in Microsoft Edge?
Hi.
I have used but I still have this issue
I need to redirect to a section inside the same page but Edge keeps interpreting # as %23 and go to the top of the page.
I don't know if maybe there's some configuration in umbraco that can helps.
Thanks for any suggestion
It would be helpful for us to see the page and examine both the link and the source code for the link.
If the URL shown at the bottom of your screen capture is the value of the href attribute of your link, then you need to fix this issue in your template.
I.e. If you view the source of the page and the href does not include the number symbol, you've rendered
#
as%23
and you'll need to fix that in your view/template.You may have escaped / url encoded it?
Just some thoughts. Hope this helps. Please post more info if you have it.
is working on a reply...