CoreWebView2WebResourceRequestedEventArgs.Request 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.
Gets the web resource request.
public System.Net.Http.HttpRequestMessage Request { get; }
public Microsoft.Web.WebView2.Core.CoreWebView2WebResourceRequest Request { get; }
member this.Request : System.Net.Http.HttpRequestMessage
member this.Request : Microsoft.Web.WebView2.Core.CoreWebView2WebResourceRequest
Public ReadOnly Property Request As HttpRequestMessage
Public ReadOnly Property Request As CoreWebView2WebResourceRequest
Property Value
Remarks
The request object may be missing some headers that are added by network stack at a later time.