Page::AddContentTemplate Method (String^, ITemplate^)

 

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.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public protected:
void AddContentTemplate(
	String^ templateName,
	ITemplate^ template
)

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
Return to top
Show: