CoreWebView2Notification.ShouldRenotify 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.
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
.