The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HtmlTextWriter::EndTagLeftChars Field
.NET Framework (current version)
Represents the left angle bracket and slash mark (</) of the closing tag of a markup element.
Assembly: System.Web (in System.Web.dll)
The EndTagLeftChars field is used by the RenderBeginTag method to construct markup element end tags.
The following code example shows how to render the closing tag of a <table> markup element by using the EndTagLeftChars and the TagRightChar fields as parameter values in calls to the Write method.
This code example renders the following markup:
</table>
.NET Framework
Available since 1.1
Available since 1.1
Show: