
Hi @vmars316 ,
If you need to get the request in the webView2 control, you can try to use CoreWebView2.WebResourceRequested Event to implement this requirement.
And this must add at least one filter to raise the event, in the request class object you can view its various properties such as Content
, Headers
, Method
and Uri
. For more details, you can refer to this doc: CoreWebView2WebResourceRequest Class.
Regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.