CoreWebView2Notification.ShouldRenotify Property

Definition

Indicates whether the user should be notified after a new notification replaces an old one.

public bool ShouldRenotify { get; }
member this.ShouldRenotify : bool
Public ReadOnly Property ShouldRenotify As Boolean

Property Value

Remarks

This corresponds to Notification.renotify DOM API. The default value is false.

Applies to