| LiteralLink | .NET 1.1, disposable |
| System.Web.UI.MobileControls (system.web.mobile.dll) | class |
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( ); } Hierarchy System.Object System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor) MobileControl(System.Web.UI.IAttributeAccessor) TextControl Link(System.Web.UI.IPostBackEventHandler) LiteralLink |