ContentPlaceHolderDesigner.GetDesignTimeHtml Metoda

Definicja

Pobiera kod HTML używany do reprezentowania kontrolki w czasie projektowania.

Przeciążenia

GetDesignTimeHtml()

Pobiera kod HTML używany do reprezentowania kontrolki w czasie projektowania.

GetDesignTimeHtml(DesignerRegionCollection)

Pobiera kod HTML, który jest używany do reprezentowania kontrolki w czasie projektowania przy użyciu DesignerRegionCollection obiektu .

GetDesignTimeHtml()

Pobiera kod HTML używany do reprezentowania 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

String

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

Wyjątki

Składnik główny nie jest MasterPage wystąpieniem.

Zobacz też

Dotyczy

GetDesignTimeHtml(DesignerRegionCollection)

Pobiera kod HTML, który jest używany do reprezentowania kontrolki w czasie projektowania przy użyciu DesignerRegionCollection obiektu .

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

Obiekt zawierający regiony służące do generowania kodu DesignerRegionCollection HTML w czasie projektowania.

Zwraca

String

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

Wyjątki

Składnik główny nie jest MasterPage wystąpieniem.

Zobacz też

Dotyczy