how to call web api passing multiple parameters in c#
-
hi how to call web api passing multiple parameters in c#
-
hi how to call web api passing multiple parameters in c#
-
From where: desktop application, web page ... ? Please give some proper detail about your problem.
Hi I want to call web api from desktop application . For that I use readasync method . Using readasync method, pass multiple parameters as a concatenated string. In webapi I split that string in to multiple parameters. How can I pass multiple parameters from c# application?
-
Hi I want to call web api from desktop application . For that I use readasync method . Using readasync method, pass multiple parameters as a concatenated string. In webapi I split that string in to multiple parameters. How can I pass multiple parameters from c# application?