Html.ActionLink is not doing # as expected

When using Html.ActionLink passing in a string containing # char it looks like it is, but if you UrlEncode it appears as% 2523.

I believe this is a mistake. Beta version of MVC.

Is this really a mistake?

http://example.com/test# appears as

http://examplee.com/test%2523 instead

http://examplee.com/test%2523

0


source to share





All Articles