Method OnLinkClicked
OnLinkClicked(MarkdownLinkEventArgs)
Called when a hyperlink is clicked, before the LinkClicked event is raised.
protected virtual bool OnLinkClicked(MarkdownLinkEventArgs args)
Parameters
argsMarkdownLinkEventArgsThe event data containing the link URL.