When there is parameter in url, how to set pattern for mapping rule in svc configuration? for example, url like this: http://myaddress/hr/{deptId}/header, the deptId is department id which is a dynamic string. I tested with /hr/*/header, it doesn't work, 404 has been returned.
Asked
Active
Viewed 297 times