HtmlInputControl::RenderAttributes Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the attributes of the HtmlInputControl control to the specified HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter that contains the output stream to render to the client.
The RenderAttributes method renders a name attribute and type attribute before calling the base class's RenderAttributes method.
.NET Framework
Available since 1.1
Available since 1.1
Show: