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)
[BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] [TemplateContainerAttribute(typeof(DeclarativeCatalogPart))] public: property ITemplate^ WebPartsTemplate { ITemplate^ get (); void set (ITemplate^ value); }
<asp:DeclarativeCatalogPart> <WebPartsTemplate>ITemplate</WebPartsTemplate> </asp:DeclarativeCatalogPart>
Property Value
Type: System.Web.UI::ITemplateAn 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.
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.