MasterPage.AddContentTemplate Method
.NET Framework 3.0
Adds a Content control to the ContentTemplates dictionary.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void AddContentTemplate ( String templateName, ITemplate template )
protected internal function AddContentTemplate ( templateName : String, template : ITemplate )
Not applicable.
Parameters
- templateName
A unique name for the Content.
- template
The Content.
Community Additions
ADD
Show: