Corona virus World and India data

부분 유료
분류별 akash | 업데이트됨 6 days ago | Data
인기

9.6 / 10

지연 시간

2,305ms

서비스 수준

100%

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
4 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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입