Page.AddContentTemplate(String, ITemplate) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在页初始化过程中调用,用于创建传递给母版页的内容(来自内容控件)的集合,前提是当前页或母版页引用母版页。
protected public:
void AddContentTemplate(System::String ^ templateName, System::Web::UI::ITemplate ^ template);
protected internal void AddContentTemplate (string templateName, System.Web.UI.ITemplate template);
member this.AddContentTemplate : string * System.Web.UI.ITemplate -> unit
Protected Friend Sub AddContentTemplate (templateName As String, template As ITemplate)
参数
- templateName
- String
要添加的内容模板的名称。
- template
- ITemplate
内容模板。
例外
已存在相同名称的内容模板。