CatalogZoneBase::RenderVerbs Method
Renders the verbs in the footer area of a CatalogZoneBase zone.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
- Type: System.Web.UI::HtmlTextWriter
An HtmlTextWriter that renders the verbs for the zone.
The RenderVerbs method renders the add verb and the close verb within the footer area of a CatalogZoneBase zone.
Notes to InheritorsThe RenderVerbs method does not handle the rendering for any custom WebPartVerb objects that a developer adds to a custom CatalogZoneBase zone. If you want to add custom verbs to a CatalogZoneBase class, you must inherit from the CatalogZoneBase class, and override the RenderVerbs method, which you can use to render the custom verbs for your zone. You must also override the RaisePostBackEvent method to handle the event when a custom verb is clicked by a user.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.