CatalogZoneBase::Render Method (HtmlTextWriter^)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Renders the zone to the specified HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
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 renders the remaining contents of the zone.
.NET Framework
Available since 2.0
Available since 2.0
Show: