HtmlInputControl.RenderAttributes Method (HtmlTextWriter)

 

Renders the attributes of the HtmlInputControl control to the specified HtmlTextWriter object.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

override RenderAttributes : 
        writer:HtmlTextWriter -> unit

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
Return to top
Show: