CoreWebView2SharedWorker.Origin Property

Definition

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

Property Value

Applies to