CoreWebView2Notification.Tag Property

Definition

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.

Applies to