Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WebBrowserコントロールによって行われたすべてのリクエストを傍受することは可能ですか?
WebBrowser
すべてのリクエスト (画像、スクリプト、スタイルシートなどのリクエストを含む) のリクエスト URI を変更したい
リクエストが行われる前に呼び出される「 BeforeNavigate2 」というイベントがあります。これを使用して、送信リクエストを変更できます。