CatalogZoneBase.RenderFooter(HtmlTextWriter) Method

Definition

Renders the footer area for a CatalogZoneBase zone.

protected:
 override void RenderFooter(System::Web::UI::HtmlTextWriter ^ writer);
protected override void RenderFooter (System.Web.UI.HtmlTextWriter writer);
override this.RenderFooter : System.Web.UI.HtmlTextWriter -> unit
Protected Overrides Sub RenderFooter (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

An HtmlTextWriter that renders the footer area for the zone.

Remarks

The footer of a CatalogZoneBase zone is the bottom area of the zone that contains the zone-level verbs such as the add verb and the close verb. In the underlying markup, a footer is simply a cell in an HTML table.

The RenderFooter method first creates the style attributes for the footer, and then calls the RenderVerbs method to render the add and close verbs.

Applies to

See also