1

I need to alter the default User Agent used by the WPF WebBrowser control. I have looked at the properties of the IWebBrowser2 object behind the control, and tried specifying the user agent by specifying it when calling "Navigate" as Suggested Here

Is this possible?

Community
  • 1
  • 1
spaetzel
  • 1,252
  • 3
  • 16
  • 23

2 Answers2

0

The solution could be like the following Changing the UserAgent of the WebBrowser control -Winforms C#

Community
  • 1
  • 1
Andrei Schneider
  • 3,618
  • 1
  • 33
  • 41