ConnectionsZone.Render(HtmlTextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the contents of the ConnectionsZone control to the specified HtmlTextWriter object.
protected public:
override void Render(System::Web::UI::HtmlTextWriter ^ writer);
protected internal override void Render (System.Web.UI.HtmlTextWriter writer);
override this.Render : System.Web.UI.HtmlTextWriter -> unit
Protected Friend Overrides Sub Render (writer As HtmlTextWriter)
Parameters
- writer
- HtmlTextWriter
The HtmlTextWriter that receives the Web Parts control content.
Remarks
The Render method updates the connection user interface (UI) with any changes that occurred since the child controls were created or during the prerendering stage, and then calls the base CompositeControl.Render method to write the contents of the zone to the Web page.