阅读背景:

如何将对象从android webview传递到c#以加载html页面

来源:互联网 
 WebView web_view = root.FindViewById<WebView>(Resource.Id.IVChartsViews); 

 String API = "https://Test.com/Sample/MobileApp?Userdetails=" + str + "&id=" + -9999;

 string obj1 = JsonConvert.SerializeObject(GlobalParams.ivs);
         HttpContent content = new StringContent(obj1.ToString());
         content.Headers.ContentType = new System.Net.Http.Headers.MediaTypeHeaderValue("application/json");
         web_view.PostUrl(API, content.ReadAsByteArrayAsync().Result);
 WebView web_view = root.FindViewById<WebView>(



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: