HtmlTextWriter.EndTagLeftChars Field
.NET Framework 2.0
Represents the left angle bracket and slash mark (</) of the closing tag of a markup element.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
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>
Community Additions
ADD
Show: