IID_ICoreWebView2WebResourceRequestedEventHandler

Runs when a URL request (through network, file, and so on) is made in the webview for a Web resource matching resource context filter and URL specified in AddWebResourceRequestedFilter. The host views and modifies the request or provide a response in a similar pattern to HTTP, in which case the request immediately completed. This may not contain any request headers that are added by the network stack, such as an Authorization header.

version(Windows && inline_webview2_bindings && all)
const
GUID IID_ICoreWebView2WebResourceRequestedEventHandler;

Meta