Class MarkdownLinkEventArgs
Provides data for the LinkClicked event.
public class MarkdownLinkEventArgs : EventArgs
- Inheritance
-
MarkdownLinkEventArgs
- Inherited Members
Constructors
- MarkdownLinkEventArgs(string)
Initializes a new MarkdownLinkEventArgs.
Properties
- Url
Gets the URL of the clicked link (may be absolute, relative, or an anchor like
#section).