Condividi tramite


RepeaterDesigner.GetEmptyDesignTimeHtml Metodo

Definizione

Recupera il markup HTML per rappresentare un controllo server Web in fase di progettazione che non avrà rappresentazione visiva in fase di esecuzione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

Restituisce

Markup HTML usato per rappresentare un controllo in fase di progettazione che non avrebbe altrimenti una rappresentazione visiva. Il valore predefinito è un rettangolo che contiene il tipo e l'ID del componente.

Si applica a

Vedi anche