Windows apps
Collapse the table of content
Expand the table of content
Information
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::TagRightChar Field

 

Represents the closing angle bracket (>) of a markup tag.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
literal wchar_t TagRightChar

Field Value

Type: System::Char

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>

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft