More options to customize how Hyperlinqs are displayed?

I have created some custom dump methods for some objects that allows me to quickly navigate to or open files and directories they correspond to, and displaying other information.

DirectoryInfo by default would display a hyperlinq showing the path that opens explorer to that directory.
FileInfo by default would display a hyperlinq showing the path that opens that file. It will also show a hyperlinq that "explores to" the file as well as the file size.

The generalized form displays the path but I could be overridden to display any text.

With the custom text, it's hard to tell what it will do, or what path it was referring to. Ideally, I would like to add a tooltip to the link to display the path (or other message). Looking at the decompiled Hyperlinq code, it seems like rendering it is handled elsewhere so will be hard to hook into it.

Could more options be added to hyperlinqs to control other aspects of the control?

Being able to set the title attribute would be a great add to deal with this. But in general, having access to the HtmlElement that was rendered would be more useful (similar to normal Controls). Maybe update it so it uses the builtin LINQPad.Controls.Control as a base?