Legal Notice, Privacy Policy
Impressum, Datenschutzerklärung
Cerberus X Documentation
Interface ILinkResolver
Declarations
Methods | |
ResolveLink : String ( link:String, text:String ) |
This method is called when a Markdown object needs to resolve a link. |
Methods Documentation
Method ResolveLink : String ( link:String, text:String )
This method is called when a Markdown object needs to resolve a link.
The link parameter contains the link to be resolved, and text contains the optional link text.
This method should return an html <a>...</a> entity.