CoreWebView2WebResourceResponseReceivedEventArgs Class

Definition

Event args for the WebResourceResponseReceived event.

public class CoreWebView2WebResourceResponseReceivedEventArgs
public class CoreWebView2WebResourceResponseReceivedEventArgs : EventArgs
type CoreWebView2WebResourceResponseReceivedEventArgs = class
type CoreWebView2WebResourceResponseReceivedEventArgs = class
    inherit EventArgs
Public Class CoreWebView2WebResourceResponseReceivedEventArgs
Public Class CoreWebView2WebResourceResponseReceivedEventArgs
Inherits EventArgs
Inheritance
CoreWebView2WebResourceResponseReceivedEventArgs
Inheritance
CoreWebView2WebResourceResponseReceivedEventArgs

Properties

Request

Gets the request object for the web resource, as committed.

Response

Gets view of the response object received for the web resource.

Methods

PopulateResponseContentAsync()

Async method to request the Content stream of the response.

Applies to