CatalogPartChrome::RenderCatalogPart Method (HtmlTextWriter^, CatalogPart^)
.NET Framework (current version)
Renders a complete CatalogPart control with all its sections.
Assembly: System.Web (in System.Web.dll)
public: virtual void RenderCatalogPart( HtmlTextWriter^ writer, CatalogPart^ catalogPart )
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter that receives the catalogPart content.
- catalogPart
-
Type:
System.Web.UI.WebControls.WebParts::CatalogPart^
The control currently being rendered.
| Exception | Condition |
|---|---|
| ArgumentNullException | The control that catalogPart refers to is null. |
The RenderCatalogPart method renders the complete CatalogPart control, with header, contents, and footer. Overriding this method gives a developer complete programmatic control over rendering all aspects of catalogPart; for that reason, overriding this method is quite complex.
.NET Framework
Available since 2.0
Available since 2.0
Show: