This documentation is archived and is not being maintained.
MasterPage.AddContentTemplate Method
Visual Studio 2010
Adds a Content control to the ContentTemplates dictionary.
Assembly: System.Web (in System.Web.dll)
'Declaration Protected Friend Sub AddContentTemplate ( _ templateName As String, _ template As ITemplate _ )
Parameters
- templateName
- Type: System.String
A unique name for the Content.
- template
- Type: System.Web.UI.ITemplate
The Content.
| Exception | Condition |
|---|---|
| HttpException | A Content control with the same name already exists in the ContentTemplates dictionary. |
Derived master page classes can add Content controls to the ContentTemplates dictionary using the AddContentTemplate method. Derived types do not typically override the AddContentTemplate method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: