Page.AddContentTemplate Method (String, ITemplate)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Called during page initialization to create a collection of content (from content controls) that is handed to a master page, if the current page or master page refers to a master page.
Assembly: System.Web (in System.Web.dll)
Parameters
- templateName
-
Type:
System.String
The name of the content template to add.
- template
-
Type:
System.Web.UI.ITemplate
The content template
| Exception | Condition |
|---|---|
| HttpException | A content template with the same name already exists. |
.NET Framework
Available since 2.0
Available since 2.0
Show: