DeclarativeCatalogPart::WebPartsTemplate Property
Gets or sets a reference to a template that contains the WebPart controls declared in a catalog.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] [TemplateContainerAttribute((DeclarativeCatalogPart^::typeid))] property ITemplate^ WebPartsTemplate { ITemplate^ get(); void set(ITemplate^ value); }
Property Value
Type: System.Web.UI::ITemplate^An ITemplate that contains controls declared in a catalog.
The WebPartsTemplate property references the template that contains controls declared on a Web page as part of a catalog. In the hierarchy of declarative elements within a CatalogZone zone, the WebPartsTemplate property is represented by the <webpartstemplate> element, which is a child element of the <asp:declarativecatalogpart> element, and contains all explicitly declared server controls in a catalog.
The following code example demonstrates the declarative use of the WebPartsTemplate property. For the full code required to run the example, see the Example section of the DeclarativeCatalogPart class overview.
This code shows how to insert the <webpartstemplate> element within an <asp:declarativecatalogpart> element in declarative markup.
Available since 2.0