Share via


PasswordTextBox.AddAttributesToRender method

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub AddAttributesToRender ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.AddAttributesToRender(output)
protected override void AddAttributesToRender(
    HtmlTextWriter output
)

Parameters

  • output
    Type: System.Web.UI.HtmlTextWriter

    An HtmlTextWriter object that represents the output stream to render HTML content on the client.

See also

Reference

PasswordTextBox class

PasswordTextBox members

Microsoft.SharePoint.WebControls namespace