CoreWebView2NotificationReceivedEventArgs.SenderOrigin 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.
The origin of the web content that sends the notification, such as https://example.com/
or https://www.example.com/
.
public string SenderOrigin { get; }
member this.SenderOrigin : string
Public ReadOnly Property SenderOrigin As String