Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
WEB API POST Method
Rp Singh
6y
306
1
Reply
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.
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
How to bind textboxes based on selection of dropdownlist??
Creating multiple textboxes