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::EndTagLeftChars Field

 

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)

public:
literal String^ EndTagLeftChars

Field Value

Type: System::String^

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>

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