MarkdownDocumentEditor.PreviewLinkNavigation

Pre-processing for HREF link clicks in the Preview document

.md documents are navigated by opening http links are navigated with Shell browsers if PreviewExternal is enabled Addins can intercept and if return true handle navigation completely.

public Task<Boolean> PreviewLinkNavigation(string url,
	string src)

Return Value

true if the navigation is handled, false to continue letting app handle navigation

Parameters

url
URL value

src
Full URL captured by browser and translated. Can be null.


See also:

Class MarkdownDocumentEditor

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic