Udostępnij przez


PasswordRecoveryDesigner.GetDesignTimeHtml Metoda

Definicja

Pobiera znacznik HTML, który jest używany do reprezentowania kontrolki w czasie projektowania.

Przeciążenia

GetDesignTimeHtml()

Pobiera znacznik HTML używany do wyświetlania skojarzonej kontrolki w czasie projektowania.

GetDesignTimeHtml(DesignerRegionCollection)

Pobiera znacznik HTML, aby wyświetlić wszystkie regiony w czasie projektowania.

GetDesignTimeHtml()

Pobiera znacznik HTML używany do wyświetlania skojarzonej kontrolki w czasie projektowania.

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

Zwraca

Znacznik HTML używany do reprezentowania kontrolki w czasie projektowania.

Zobacz też

Dotyczy

GetDesignTimeHtml(DesignerRegionCollection)

Pobiera znacznik HTML, aby wyświetlić wszystkie regiony w czasie projektowania.

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

Kolekcja regionów projektanta kontrolek dla skojarzonej kontrolki.

Zwraca

Znacznik HTML w czasie projektowania skojarzonej kontrolki, w tym wszystkie regiony projektanta kontrolek.

Zobacz też

Dotyczy