Condividi tramite


RepeaterDesigner.GetDesignTimeHtml Metodo

Definizione

Recupera il markup HTML da utilizzare per la rappresentazione Design-Time del controllo.

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

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

Restituisce

String

Markup HTML Design-Time.

Si applica a

Vedi anche