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#??