Options
Extend Hyperlinq() feature
It is possible to extend functionality with Action of Hyperlinq class for "new Hyperlinq((value) => {...}, ...)" in some new (beta) version? This would be great for comfortable interactive dumps..
Comments
new Hyperlinq (() => Util.ReadLine ("test").Dump(), "test")
?PS: If there will be option to identify Hyperlinq action with some string Id too (not only position) then the call from html could be ..RunUserAction('myAction1'...) and this will be really cool