Links

The HTML Renderer suppors three kinds of links:

Note on code paths: Methods need to return void, take no arguments and be declared as static.

Examples

URI Example

This is a URI link to my donations page. (Come on!)

href="http://www.menendezpoo.com/donations.php"

File path Example

This is a link to my hard drive.

href="C:\"

Code path Example

Now, say Hello! to me.

href="method:SayHello"

Take a look to the source of this document and the souce of Bridge.cs to see how the connection is done.