ExtenderControlDesigner.GetDesignTimeHtml Method

Definition

Gets the standard HTML rendering of an extender control at design time, which includes type and ID information.

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

Returns

The design-time HTML rendering of the control.

Applies to