CatalogZoneBase.Render(HtmlTextWriter) Método

Definição

Renderiza a zona para o objeto de HtmlTextWriter especificado.Renders the zone 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)

Parâmetros

writer
HtmlTextWriter

O HtmlTextWriter que recebe o conteúdo da zona.The HtmlTextWriter that receives the zone's content.

Comentários

O Render método substitui o método base da WebControl classe para chamar o VerifyRenderingInServerForm método, que verifica se um formulário HTML é renderizado para o controle de zona em tempo de execução.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. Após a verificação, o método renderiza o conteúdo restante da zona.After the verification, the method then renders the remaining contents of the zone.

Aplica-se a

Confira também