共用方式為


MasterPage.InstantiateInContentPlaceHolder(Control, ITemplate) 方法

定義

提供方法將目前樣板控制項設定為擁有主版頁面的頁面。

public:
 void InstantiateInContentPlaceHolder(System::Web::UI::Control ^ contentPlaceHolder, System::Web::UI::ITemplate ^ template);
public void InstantiateInContentPlaceHolder (System.Web.UI.Control contentPlaceHolder, System.Web.UI.ITemplate template);
member this.InstantiateInContentPlaceHolder : System.Web.UI.Control * System.Web.UI.ITemplate -> unit
Public Sub InstantiateInContentPlaceHolder (contentPlaceHolder As Control, template As ITemplate)

參數

contentPlaceHolder
Control

表示內容容器的控制項。

template
ITemplate

要使用的 Content 執行個體。

適用於