ToolZone.RenderVerbs(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.
Provides a base method declaration that derived ToolZone controls can override to customize the rendering of the verbs within a specialized zone.
protected:
virtual void RenderVerbs(System::Web::UI::HtmlTextWriter ^ writer);
protected virtual void RenderVerbs (System.Web.UI.HtmlTextWriter writer);
abstract member RenderVerbs : System.Web.UI.HtmlTextWriter -> unit
override this.RenderVerbs : System.Web.UI.HtmlTextWriter -> unit
Protected Overridable Sub RenderVerbs (writer As HtmlTextWriter)
Parameters
- writer
- HtmlTextWriter
An HtmlTextWriter that renders the verbs in a zone.
Applies to
See also
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.