DekGenius.com
[ Team LiB ] Previous Section Next Section

WmlLinkAdapter.NET 1.1

System.Web.UI.MobileControls.Adapters (system.web.mobile.dll)class

This adapter renders the System.Web.UI.MobileControls.Link control to WML.

public class WmlLinkAdapter : WmlControlAdapter {
// Public Constructors
   public WmlLinkAdapter( );
// Protected Instance Properties
   protected Link Control{get; }
// Public Instance Methods
   public override void Render(WmlMobileTextWriter writer);     // overrides WmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) WmlControlAdapter WmlLinkAdapter

    [ Team LiB ] Previous Section Next Section