Op Englesch liesen Editéieren

Deelen iwwer


HtmlTextWriter.PushEndTag(String) Method

Definition

Saves the specified markup element for later use when generating the end tag for a markup element.

C#
protected void PushEndTag(string endTag);

Parameters

endTag
String

The closing tag of the markup element.

Remarks

Elements are added to the list of rendered markup elements when the RenderBeginTag method calls the PushEndTag method. The RenderEndTag method removes markup elements from the list after it renders the end tag for the element.

Applies to

Produkt Versiounen
.NET Framework 1.1, 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