DekGenius.com
[ Team LiB ] Previous Section Next Section

ListItemControlBuilder

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

The ASP.NET parser uses this class to generate HTML for any ListItem controls on a requested Web Forms page. You will not need to use this class directly in application code.

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

Hierarchy

System.Object System.Web.UI.ControlBuilder ListItemControlBuilder

    [ Team LiB ] Previous Section Next Section