Menu.RenderEndTag Method
.NET Framework 3.0
Performs final markup and writes the HTML closing tag of the control to the output stream emitted to the browser or device.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void RenderEndTag ( HtmlTextWriter writer )
public override function RenderEndTag ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The HtmlTextWriter containing methods to build and render the device-specific output.
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. |
Community Additions
ADD
Show:
Note: