What is the best way to access CloudKit from C#?

169 Views Asked by At

I have a website using ASP.NET (Blazor server-side) on which I'd like to display data loaded from CloudKit. What is the best way for me to use only C# code to query CloudKit and receive data and pass the data to a Blazor component that is already open in Host.cshtml? If that's not possible, then what would be the best way for me to implement a similar functionality using JavaScript and passing the data to a Blazor component that is already open in Host.cshtml. I currently cannot display any code because I have no clue whatsoever on how I can accomplish this. Thank you in advance.

0

There are 0 best solutions below