0
Jorahealth created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? v8.9.2.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? **.NET CORE **
Query How can we call api request with multiple parameters as querystring instead of object queryParameter, in Asp.NetZero xamarin? Now we are passing, api request parameters as object. But sometimes I just want to pass multiple parameters like a query string. What can I do?
2 Answer(s)
-
0
Hi @Jorahealth
You can just append your parameters to
endpoint
string. -
0
Thank you for your help.