In WebApi, if action method parameter 'id' is lowercase, ex.
public Student Get(int id)
{
}
Will it match to upper case 'ID' in query string below?
http://localhost/api/student?ID=1
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rafnas T PPosted Mar 26, 2018, 6:49 AM
Rafnas T PPosted Mar 26, 2018, 9:15 AM
Gracey BautistaPosted Mar 26, 2018, 9:11 AM
Rafnas T PPosted Mar 26, 2018, 6:44 AM