CoreWebView2WebResourceResponseReceivedEventArgs.Response Property
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.
View of the response object received for the web resource.
public Microsoft.Web.WebView2.Core.CoreWebView2WebResourceResponse Response { get; }
public Microsoft.Web.WebView2.Core.CoreWebView2WebResourceResponseView Response { get; }
member this.Response : Microsoft.Web.WebView2.Core.CoreWebView2WebResourceResponse
member this.Response : Microsoft.Web.WebView2.Core.CoreWebView2WebResourceResponseView
Public ReadOnly Property Response As CoreWebView2WebResourceResponse
Public ReadOnly Property Response As CoreWebView2WebResourceResponseView
Property Value
Remarks
Any modifications to this object will be ignored.