EditorZoneBase::Render Method (HtmlTextWriter^)

 

Renders the zone to the specified HtmlTextWriter object.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void Render(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

The HtmlTextWriter that receives the zone's content.

The Render method overrides the base method from the WebControl class to call the VerifyRenderingInServerForm method, which verifies that an HTML form is rendered for the zone control at run time. After the verification, the method then calls the base method to render the full contents of the zone.

.NET Framework
Available since 2.0
Return to top
Show: