CoreWebView2WebResourceRequestedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for the WebResourceRequested event.
public class CoreWebView2WebResourceRequestedEventArgs
public class CoreWebView2WebResourceRequestedEventArgs : EventArgs
type CoreWebView2WebResourceRequestedEventArgs = class
type CoreWebView2WebResourceRequestedEventArgs = class
inherit EventArgs
Public Class CoreWebView2WebResourceRequestedEventArgs
Public Class CoreWebView2WebResourceRequestedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2WebResourceRequestedEventArgs
- Inheritance
-
CoreWebView2WebResourceRequestedEventArgs
Properties
Request |
Gets the web resource request. |
RequestedSourceKind |
The web resource requested source. |
ResourceContext |
The web resource request context. |
Response |
Gets or sets the CoreWebView2WebResourceResponse object. |
Methods
GetDeferral() |
Gets a Deferral object and put the event into a deferred state. Use this to Complete the event at a later time. |