CatalogZoneBase.RenderFooter(HtmlTextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.