Menu.Render Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Renders the menu control on the client browser.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The HtmlTextWriter that represents the output stream used to write content to a Web page.
Community Additions
ADD
Show: