Table of Contents

Enum CoreWebView2WebResourceRequestSourceKinds

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

Specifies the source of WebResourceRequested.

[Flags]
public enum CoreWebView2WebResourceRequestSourceKinds

Fields

All = -1

Indicates that web resource is requested from any supported source.

Document = 1

Indicates that web resource is requested from main page including dedicated workers and iframes.

None = 0
ServiceWorker = 4

Indicates that web resource is requested from service worker.

SharedWorker = 2

Indicates that web resource is requested from shared worker.