Table of Contents

Class MarkdownLinkEventArgs

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Provides data for the LinkClicked event.

public class MarkdownLinkEventArgs : EventArgs
Inheritance
MarkdownLinkEventArgs
Inherited Members

Constructors

MarkdownLinkEventArgs(string)

Initializes a new MarkdownLinkEventArgs.

Properties

Handled

Gets or sets whether the event has been handled. Set to true to prevent default navigation.

Url

Gets the URL of the clicked link (may be absolute, relative, or an anchor like #section).