Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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