CoreWebView2WebResourceRequest 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.
An HTTP request used with the WebResourceRequested event.
public class CoreWebView2WebResourceRequest
type CoreWebView2WebResourceRequest = class
Public Class CoreWebView2WebResourceRequest
- Inheritance
-
CoreWebView2WebResourceRequest
Properties
Content |
Gets or sets the HTTP request message body as stream. |
Headers |
Gets the mutable HTTP request headers. |
Method |
The HTTP request method. |
Uri |
The request URI. |