Table of Contents

Class CoreWebView2WebResourceResponseReceivedEventArgs

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Event args for the WebResourceResponseReceived event.

public class CoreWebView2WebResourceResponseReceivedEventArgs : EventArgs
Inheritance
CoreWebView2WebResourceResponseReceivedEventArgs
Inherited Members

Properties

Request

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

public CoreWebView2WebResourceRequest Request { get; }

Property Value

CoreWebView2WebResourceRequest

Remarks

This includes headers added by the network stack that were not be included during the associated WebResourceRequested event, such as Authentication headers. Modifications to this object have no effect on how the request is processed as it has already been sent.

Response

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

public CoreWebView2WebResourceResponseView Response { get; }

Property Value

CoreWebView2WebResourceResponseView