CoreWebView2ContextMenuTarget.LinkUri 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.
Gets the uri of the link (if HasLinkUri is true
, null
otherwise).
public string LinkUri { get; }
member this.LinkUri : string
Public ReadOnly Property LinkUri As String