DekGenius.com
[ Team LiB ] Previous Section Next Section

LiteralTextControlBuilder.NET 1.1

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

The LiteralTextControlBuilder class is used internally by ASP.NET. It is created by the page parser to process the literal text in a mobile page that is contained by a container like a Form or Panel.

public class LiteralTextControlBuilder : MobileControlBuilder {
// Public Constructors
   public LiteralTextControlBuilder( );
// Public Instance Methods
   public override bool AllowWhitespaceLiterals( );               // overrides MobileControlBuilder
}

Hierarchy

System.Object System.Web.UI.ControlBuilder MobileControlBuilder LiteralTextControlBuilder

    [ Team LiB ] Previous Section Next Section