TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gracey Bautista
NA
24
3.3k
Is query string param & Action method param case-sensitive?
Mar 26 2018 5:38 AM
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
Reply
Answers (
4
)
Repeater and BulletList
How to merge two XML in single one using c#.?