CoreWebView2Notification.Tag 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 an identifying tag for the notification.
public string Tag { get; }
member this.Tag : string
Public ReadOnly Property Tag As String
Property Value
Remarks
This corresponds to Notification.tag DOM API. The default value is an empty string.