c# - How to enable inPrivate mode in the WebBrowser control -



c# - How to enable inPrivate mode in the WebBrowser control -

i have create ie type browser features on it.

in visual studio, have component named "webbrowser" uses current ie browser installed in user's pc.

however, unable find property enables access inprivate mode hoped exposed control.

is there way utilize inprivate mode webbrowser control, or have create own browser supports this?

according ericlaw's answers on related question, sounds might not possible.

you might stuck making own command or looking alternative one.

c# winforms web-applications webbrowser-control

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -