I am having a strange issue on my controller action that it’s can’t call to my controller action when my parameter value contain a ‘.’ (full stop) value as show below. It’s working fine when the full stop was removed from the URL parameter. Is anyone experienced this and is there anything I need to configure in order to get controller recognize the full stop in parameter value? Any suggestion or recommendation will be highly appreciated. Thanks in advance.
Failed URL - https://localhost:40000/mycontroller/Details/ABCD-1.0
Working URL - https://localhost:40000/mycontroller/Details/ABCD-10