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
public static final String SelfClosingTagEnd
public const var SelfClosingTagEnd : String
Not applicable.

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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: