Links

HTML Renderer supports all html hyperlinks specification and code interception.

URI href

Any valid URI path will activate the default internet browser.
Check the context menu options on the link as well by right clicking on it.
This is a URI link to HTML Renderer (href="https://codeplexarchive.org/project/HtmlRenderer")

File path href

Any file system path, It will be started as if you typed it on the Run Windows dialog.
This is a link to hard drive (href="C:\")

Anchors href

Link to elements on the page using element id will scroll to that element so it will be at the top.
This is a link to anchor at the bottom of the page (href="#anchor")

Intercept

Any link click can be intercepted by LinkClicked event, analyzed by link 'href' value or other attributes of the link element and cancel the default processing those allowing custom handling.
This link is intercepted to show message box Hello! (href="SayHello")























Anchor here