I\'m trying to create a catch-all route to track when an affiliate string is in the URL. An affilite code is marked by an x followed by an int, and will only appear at the end of a URL (but before the
Hello is it possible to have开发者_Go百科 an ASP.NET MVC form that uses the routes defined in Global.asax to post its values (via a GET request)? I have the form defined like this:
in my Global.ascx.cs, I have this setting for the routing: routes.MapRoute( \"HomeTarget\", \"{TargetCode}\",