CatalogPartChrome.RenderCatalogPart Method (HtmlTextWriter, CatalogPart)

 

Renders a complete CatalogPart control with all its sections.

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

abstract RenderCatalogPart : 
        writer:HtmlTextWriter *
        catalogPart:CatalogPart -> unit
override RenderCatalogPart : 
        writer:HtmlTextWriter *
        catalogPart:CatalogPart -> unit

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