Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have issue regarding URL parameter binding for example

http://localhost:xxxxx/api/GetBooks its works fine

http://localhost:60117/api/GetBooks###777 also works for me

how to get rid of ###777 after controller ?

What I have tried:

I have tried so far Attribute Routing. I think I have to use filter for get rid of this so can anyone tell me Filter for Parameter binding ?

Thanks all help will be appreciated
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900