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

 

Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element.

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

public:
literal String^ SelfClosingTagEnd

Field Value

Type: System::String^

The SelfClosingTagEnd field is used by the RenderBeginTag method when constructing self-closing markup elements.

The following code example shows how to render the value of a custom FileName property followed by a quotation mark and the characters represented by the SelfClosingTagEnd field. The code example calls the Write method and passes the SelfClosingTagEnd field as the parameter argument to close the element.

This code example renders the FileName property value, and then the following markup:

" />

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