CoreWebView2SharedWorker.Origin 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.
A string representing the URI of the origin where the worker is executing.
If a worker created with `ScriptUri` set to https://example.com/worker.js, the origin
will be https://example.com/.
Refer to the Host Name Canonicalization for
details on how normalization is performed.
public string Origin { get; }
member this.Origin : string
Public ReadOnly Property Origin As String