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
Ms_ Dev
NA
236
92k
WEB API POST Method
Jan 13 2018 7:36 AM
Hi,
I have a HTTP POST method , i want to implement [FromURI] in my function:
public
string
Post([FromUri]Users user)
{
//code
}
localhost address:
http:
//localhost:50006/api/user?FirstName=John&LastName=Doe
after giving data in browser URL, it is not going to Post API Method.
Please help.
Reply
Answers (
5
)
How to bind textboxes based on selection of dropdownlist??
Creating multiple textboxes