DekGenius.com
[ Team LiB ] Previous Section Next Section

HyperLinkControlBuilder

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

The ASP.NET parser uses this class to generate HTML for any HyperLink controls on a requested Web Forms page. The AllowWhitespaceLiterals( ) property is overridden to always return False. You will not need to use this class directly in application code.

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

Hierarchy

System.Object System.Web.UI.ControlBuilder HyperLinkControlBuilder

    [ Team LiB ] Previous Section Next Section