Renders the Web server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.
- writer
The System.Web.UI.HtmlTextWriter used to render the server control content on the client's browser.
The LoginView.Render(System.Web.UI.HtmlTextWriter) method is used to render the server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.
Note This method is used primarily by control developers to extend the System.Web.UI.WebControls.LoginView control.