Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers.
- w
- Documentation for this section has not yet been entered.
The ControlAdapter.EndRender(System.Web.UI.HtmlTextWriter) method is called just after the ControlAdapter.Render(System.Web.UI.HtmlTextWriter) method, and is used to perform target-specific postprocessing after the rendering of the control.
Use the ControlAdapter.EndRender(System.Web.UI.HtmlTextWriter) method in combination with the ControlAdapter.BeginRender(System.Web.UI.HtmlTextWriter) method to ensure opening and closing tag consistency.