I am trying to pass u url as a parameter to the get method. I defined a route that accepts the {* url} parameter so that I can send "/" characters without separating my parameter. As soon as the url has ":" (for example, in http: or localhost: 3857), the method never hits.
The Html.ActionLink method implements this parameter itself, but it does not seem to have eluded ':'. I cannot avoid this manually, because then the escape characters get the same Html.Actionlink method escaped.
any ideas?
asp.net-mvc
Boris Callens
source share