Op Englesch liesen Editéieren

Deelen iwwer


HtmlTextWriter.EndRender Method

Definition

Notifies an HtmlTextWriter object, or an object of a derived class, that a control has finished rendering. You can use this method to close any markup elements opened in the BeginRender() method.

C#
public virtual void EndRender();

Remarks

The HtmlTextWriter class implementation of the EndRender method has no functionality. You must override EndRender in a class derived from the HtmlTextWriter class to provide your own rendering functionality.

You can use the EndRender method to close any markup elements opened in the BeginRender method.

Applies to

Produkt Versiounen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also