Sunday, 26 September 2021

Restsharp access json key value

    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


No comments:

Post a Comment

dropdownsearch for dyanmic fields

    I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details. What I changed Added a  dropdownSearch  map...