The present user agent for the browser control that i see in the emulator is Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Microsoft; XDeviceEmulator) and i want to change that to Mozilla/5.0 Windows NT 6.1 AppleWebKit/535.1 KHTML, like Gecko Chrome/14.0.835.187 Safari/535.1 or something similar.
How to code that in C# to change the user agent string for the web browser control.
Navigateparameter wont accept more than one argument. You will get "No overload for method 'Navigate' takes 4 arguments" error. There is a similar question and answer here: https://stackguides.com/questions/7943812/webbrowser-navigate-user-agent - crazymatt