共用方式為


ContentPlaceHolderDesigner.GetDesignTimeHtml 方法

定義

取得在設計階段用來表示控制項的 HTML。

多載

GetDesignTimeHtml()

取得在設計階段用來表示控制項的 HTML。

GetDesignTimeHtml(DesignerRegionCollection)

使用 DesignerRegionCollection 物件,取得在設計階段用來表示控制項的 HTML。

GetDesignTimeHtml()

取得在設計階段用來表示控制項的 HTML。

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

傳回

設計階段用來代表控制項的 HTML 標記。

例外狀況

根元件不是 MasterPage 執行個體。

另請參閱

適用於

GetDesignTimeHtml(DesignerRegionCollection)

使用 DesignerRegionCollection 物件,取得在設計階段用來表示控制項的 HTML。

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

參數

regions
DesignerRegionCollection

DesignerRegionCollection 物件,包含用於產生設計階段 HTML 的區域。

傳回

在設計階段用來表示控制項的 HTML。

例外狀況

根元件不是 MasterPage 執行個體。

另請參閱

適用於