We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57bf16 commit 10c24d4Copy full SHA for 10c24d4
1 file changed
specs/ContextMenuRequested.md
@@ -651,8 +651,9 @@ namespace Microsoft.Web.WebView2.Core
651
Boolean IsRequestedForMainFrame { get; }
652
String PageUri { get; }
653
String FrameUri { get; }
654
- Boolean HasLink { get; }
+ Boolean HasLinkUri { get; }
655
String LinkUri { get; }
656
+ Boolean HasLinkText { get; }
657
String LinkText { get; }
658
Boolean HasSourceUri { get; }
659
String SourceUri { get; }
0 commit comments