This class provides the design-time representation of a System.Web.UI.WebControls.HyperLink control, using an overridden GetDesignTimeHtml( ) method. If the System.Web.UI.WebControls.HyperLink.Text property is empty, the control's name will be displayed in square brackets.
public class HyperLinkDesigner : System.Web.UI.Design.TextControlDesigner { // Public Constructors public HyperLinkDesigner( ); // Public Instance Methods public override string GetDesignTimeHtml( ); // overrides System.Web.UI.Design.TextControlDesigner }