Corona virus World and India data

फ्रीमियम
द्वारा akash | अपडेट किया गया 4 days ago | Data
लोकप्रियता

9.6 / 10

लेटेंसी

3,297ms

सेवा का स्तर

97%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

How can i show this to my asp.net website i am not able to show it on my web

Rapid account: Khanbhai 5238
khanbhai5238
3 years ago

help me out please

    var client = new RestClient("https://corona-virus-world-and-india-data.p.rapidapi.com/api");
    var request = new RestRequest(Method.GET);
    request.AddHeader("x-rapidapi-host", "corona-virus-world-and-india-data.p.rapidapi.com");
    request.AddHeader("x-rapidapi-key", "134f42773cmsheeb24d87d32a4e7p195a53jsn3d53f2699924");
    IRestResponse response = client.Execute(request);
    cart.DataSource = response.ToString();
    cart.DataBind();

i use this to add on gridview but it didn’t show any thing else

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें