| WmlLiteralTextAdapter | .NET 1.1 |
| System.Web.UI.MobileControls.Adapters (system.web.mobile.dll) | class |
This adapter renders literal text (represented by the
System.Web.UI.MobileControls.LiteralText control)
to WML.public class WmlLiteralTextAdapter : WmlControlAdapter {
// Public Constructors
public WmlLiteralTextAdapter ( );
// Protected Instance Properties
protected LiteralText Control {get; }
// Public Instance Methods
public override void Render (WmlMobileTextWriter writer ); // overrides WmlControlAdapter
}
Hierarchy
System.Object 
ControlAdapter(System.Web.UI.MobileControls.IControlAdapter)
WmlControlAdapter 
WmlLiteralTextAdapter