Menu.RenderContents(HtmlTextWriter) Method

Definition

This member overrides RenderContents(HtmlTextWriter).

protected public:
 override void RenderContents(System::Web::UI::HtmlTextWriter ^ writer);
protected internal override void RenderContents (System.Web.UI.HtmlTextWriter writer);
override this.RenderContents : System.Web.UI.HtmlTextWriter -> unit
Protected Friend Overrides Sub RenderContents (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

The HtmlTextWriter containing methods to build and render the device-specific output.

Remarks

Override the RenderContents method to render the contents of the control between the begin and end tags. The default implementation of this method renders any child controls.

Applies to