Forum Discussion
paulsmith145
Sep 20, 2023Copper Contributor
Is there a way to get the HTML sent to Graph using the .NET SDK?
I'm using the .NET SDK to send requests to Graph, e.g.,
List<Graph.TodoChecklistItem> cliList = await Graph.listChecklistItemsAsync(todoListId, todoTaskId);
I assume the SDK builds an HTML request that it sends to Graph. Is that right? If so, is it possible to get and read the HTML?
Thanks,
Paul
No RepliesBe the first to reply