UpdatePanelDesigner.GetDesignTimeHtml(DesignerRegionCollection) Metoda

Definice

Vrátí kód HTML, který se používá k zobrazení UpdatePanel ovládacího prvku, a naplní kolekci aktuálními oblastmi návrháře ovládacích prvků.

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

Oblasti návrháře ovládacích prvků přidruženého ovládacího prvku.

Návraty

Kód HTML v době návrhu přidruženého ovládacího prvku, který zahrnuje všechny oblasti návrháře ovládacích prvků.

Platí pro