Adds a System.Web.UI.WebControls.Content control to the MasterPage.ContentTemplates dictionary.
- templateName
- A unique name for the System.Web.UI.WebControls.Content.
- template
- The System.Web.UI.WebControls.Content.
Derived master page classes can add System.Web.UI.WebControls.Content controls to the MasterPage.ContentTemplates dictionary using the MasterPage.AddContentTemplate(string, ITemplate) method. Derived types do not typically override the MasterPage.AddContentTemplate(string, ITemplate) method.