HtmlTextWriter::TagRightChar Field
Represents the closing angle bracket (>) of a markup tag.
Assembly: System.Web (in System.Web.dll)
The TagRightChar field is used by the RenderBeginTag, WriteFullBeginTag, and WriteEndTag methods when writing markup tags.
The following code example shows how to render the closing tag of a <table> element by making calls to overloads of the Write method. To render the final character of the tag, the code example uses the Write method with the TagRightChar field as a parameter.
This code example renders the following markup:
</table>
Available since 1.1