CatalogZoneBase::RenderFooter Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the footer area for a CatalogZoneBase zone.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An HtmlTextWriter that renders the footer area for the zone.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: