Click or drag to resize

ShowContextMenuParametersLinkText Property

Gets the text associated with the link.

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

Property Value

Type: String
The text associated with the link. May be an empty string if the link contains an image.
See Also