WebResourceRequestedEvent object

Note

The features described in this document are no longer being maintained. For more information on the new WebView2 control, see Introduction to Microsoft Edge WebView2 (Preview).

An event that is fired when an HTTP request is made.

Properties

args

Information about the resource request. This is a Windows.Web.UI.WebViewControlWebResourceRequestedEventArgs.

This property is read-only.

var args = webResourceRequestedEventArgs.args;
var request = args.request;

Property value

Type: any