Menu.RenderEndTag(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.
Performs final markup and writes the HTML closing tag of the control to the output stream emitted to the browser or device.
public:
override void RenderEndTag(System::Web::UI::HtmlTextWriter ^ writer);
public override void RenderEndTag (System.Web.UI.HtmlTextWriter writer);
override this.RenderEndTag : System.Web.UI.HtmlTextWriter -> unit
Public Overrides Sub RenderEndTag (writer As HtmlTextWriter)
Parameters
- writer
- HtmlTextWriter
The HtmlTextWriter containing methods to build and render the device-specific output.
Remarks
This method overrides WebControl.RenderEndTag to render Menu submenus and the SkipLinkText property.
Note
This method is used primarily by control developers to extend the Menu control.