Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var cl=new HttpClient();
- var requestResult =
- JsonConvert.DeserializeObject<tutturu>(
- await
- cl.GetStringAsync(new Uri($"YOBA_URL")));
- foreach (var pr in requestResult .GetType().GetProperties())
- {
- var propertyType = pr.PropertyType;
- if(pr.GetValue(requestResult )!= )
- }
Add Comment
Please, Sign In to add comment