If I have a route with the following:
{controller}/{action}/{id}
I am looking at the following url:
c1/a1/abc.
This does not work. This only happens if the period is at the end of the URL. Any way to get ASP.NET MVC to recognize this as part of an identifier?
source
share