Click or drag to resize

ShowContextMenuParametersLinkUrl Property

Gets the URL of the link that encloses the node the context menu was invoked on.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string LinkUrl { get; }

Property Value

Type: String
The URL of the link that encloses the node the context menu was invoked on.
See Also