Share via


PasswordRecoveryDesigner.GetDesignTimeHtml Metoda

Definice

Načte kód HTML, který se používá k reprezentaci ovládacího prvku v době návrhu.

Přetížení

GetDesignTimeHtml()

Načte kód HTML, který se používá k zobrazení přidruženého ovládacího prvku v době návrhu.

GetDesignTimeHtml(DesignerRegionCollection)

Načte kód HTML pro zobrazení všech oblastí v době návrhu.

GetDesignTimeHtml()

Načte kód HTML, který se používá k zobrazení přidruženého ovládacího prvku v době návrhu.

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

Návraty

Značky HTML použité k reprezentaci ovládacího prvku v době návrhu.

Viz také

Platí pro

GetDesignTimeHtml(DesignerRegionCollection)

Načte kód HTML pro zobrazení všech oblastí v době návrhu.

public:
 override System::String ^ GetDesignTimeHtml(System::Web::UI::Design::DesignerRegionCollection ^ regions);
public override string GetDesignTimeHtml (System.Web.UI.Design.DesignerRegionCollection regions);
override this.GetDesignTimeHtml : System.Web.UI.Design.DesignerRegionCollection -> string
Public Overrides Function GetDesignTimeHtml (regions As DesignerRegionCollection) As String

Parametry

regions
DesignerRegionCollection

Kolekce oblastí návrháře ovládacích prvků pro přidružený ovládací prvek.

Návraty

Značky HTML v době návrhu přidruženého ovládacího prvku, včetně všech oblastí návrháře ovládacích prvků

Viz také

Platí pro