This control is created to represent hyperlinks found in the literal text inside a container control (like a Form or Panel). These links will be marked using the anchor tag (<a>). If you want to programmatically interact with a hyperlink on a mobile page, you will use the Link mobile control class instead.
public class LiteralLink : Link { // Public Constructors public LiteralLink( ); }