CoreWebView2WebResourceResponseReceivedEventArgs 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 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 |
View of the response object received for the web resource. |
Methods
PopulateResponseContentAsync() |
Async method to request the Content stream of the response. |