Renders the attributes of the System.Web.UI.HtmlControls.HtmlInputPassword control to the specified System.Web.UI.HtmlTextWriter object.
- writer
The System.Web.UI.HtmlTextWriter that receives the rendered content.
The HtmlInputPassword.RenderAttributes(System.Web.UI.HtmlTextWriter) method removes the Value attribute from the view state collection to prevent it from being rendered, and then calls the base class's HtmlInputControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.