LiteralLink

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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net