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
There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...
No comments:
Post a Comment