IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);
dynamic api = JObject.Parse(response.Content);
to grab the keyvalue from the data using above line code in restsharp
I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details. What I changed Added a dropdownSearch map...
No comments:
Post a Comment