0

In my app, i'm loading an url in a browser, with WebBrowserTask. And in that url i give some details, and based on that details i'll be navigated to one among the two pages. What i have to is, i've to stop from navigating and get the data set in the cookie!! In android it is possible with CookieManger.GetCookie(url). But how could this be accompolished in windows phone using C#??

4

1 回答 1

0

WP 的 Web 浏览器扩展

在 WebBrowser 控件上调用 GetCookies,您无法通过 WebBrowserTask 检索 cookie。当您调用手机任务时,手机将该任务委托给操作系统,直到任务完成。

于 2013-10-29T11:14:01.950 回答