Menu::AddAttributesToRender Method (HtmlTextWriter^)
.NET Framework (current version)
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The output stream that renders HTML contents to the client.
The Menu control overrides the AddAttributesToRender method to reset the AccessKey property to Empty. This member is primarily used by control developers when deriving a custom control from the Menu class.
.NET Framework
Available since 2.0
Available since 2.0
Show: