CoreWebView2SharedWorker 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.
public class CoreWebView2SharedWorker
type CoreWebView2SharedWorker = class
Public Class CoreWebView2SharedWorker
- Inheritance
-
CoreWebView2SharedWorker
Properties
Origin |
A string representing the URI of the origin where the worker is executing.
|
ScriptUri |
A string representing the Uri of the script that the worker is executing.
|
TopLevelOrigin |
A string representing the URI of the top-level document that the worker is associated with.
|
Events
Destroying |
Add an event handler for the
|