-
When creating a new tab, sometimes its no enough to just pass the url to the new browser instance. So, is there a way to retrieve post data, headers from request to pass then into a new browser instance? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
No. If you are canceling popup creation then that's not possible. If you are using WinForms then you can use code like the example shown in #3529 (comment) |
Beta Was this translation helpful? Give feedback.
-
Yeah, that looks promising, but i noticed that if you close tab with hosting ChromiumWebBrowser all popups in other tabs will continue to popup in new window, is there a way to make them pop up as before closing the main tab or i need to prevent closing main tab? |
Beta Was this translation helpful? Give feedback.
No. If you are canceling popup creation then that's not possible.
If you are using WinForms then you can use code like the example shown in #3529 (comment)