ASP Action not returning the id up to 2 digits(i.e 1, 22, 66) but return 3 digit(i.e 111, 222, 666)
I am have an action method Contact with return type (int) and taking (int id) as a parameter.
The problem is that on this route when I pass two digit id, but it not shows, but it shows the id with three digits such as (111) but not showing (1)