HtmlTextWriter.PopEndTag Method
.NET Framework 3.0
Removes the most recently saved markup element from the list of rendered elements.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Elements are added to the list of rendered markup elements by the RenderBeginTag method. The RenderEndTag method removes markup elements from the list by calling the PopEndTag method.
Community Additions
ADD
Show: