DekGenius.com
[ Team LiB ] Previous Section Next Section

LabelControlBuilder

System.Web.UI.WebControls (system.web.dll)class

The ASP.NET parser uses this class to generate HTML for Label controls on a requested Web Forms page. You don't need to use this class directly in application code.

public class LabelControlBuilder : System.Web.UI.ControlBuilder {
// Public Constructors
   public LabelControlBuilder( );
// Public Instance Methods
   public override bool AllowWhitespaceLiterals( );               // overrides System.Web.UI.ControlBuilder
}

Hierarchy

System.Object System.Web.UI.ControlBuilder LabelControlBuilder

    [ Team LiB ] Previous Section Next Section