How do I request the desktop website instead of the mobile website in the webBrowser component. I have tried adding "=desktop" after the url but this makes not effect.
String url = "http://www.google.com"; // This could be any website url
Browser.Navigate(New Uri(url + "=desktop", UriKind.Absolute));
Thank you in advance :)
If you need any more details please comment and I will be happy to explain in further detail :)