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
Kuchana Rajendra Prasad
NA
81
14.5k
How to pass multiple string array to ASP.NET webapi POST
Jul 13 2018 7:07 AM
Hi,
Please let me know how to pass multiple string array to wepapi post method.with out creating any object, i just pass only string array parameters to POST method.
as like below.
public string PostCreateRequest([FromBody]string[] input1,[FromBody]string[] input2,[FromBody]string[] input3)
{
--------
-------
}
Reply
Answers (
1
)
How to handle the api parameters in webapi fro filter
How to covert binary to .png image