CatalogZoneBase::RenderVerbs Method (HtmlTextWriter^)

 

Renders the verbs in the footer area of a CatalogZoneBase zone.

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

protected:
virtual void RenderVerbs(
	HtmlTextWriter^ writer
) override

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 Inheritors:

The 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.

.NET Framework
Available since 2.0
Return to top
Show: