QueryExtenderDesigner.GetDesignTimeHtml Method

Definition

Gets the placeholder HTML for the QueryExtender control at design time.

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

Returns

The placeholder HTML for the control at design time.

Applies to

See also