HtmlTextWriter.Write Method (Char)
.NET Framework 2.0
Writes the text representation of a Unicode character to the output stream, along with any pending tab spacing.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example demonstrates using the Write method to end the opening tag of an <img> element by using the TagRightChar constant.
This code example renders the following markup:
<img alt="A custom image">
</img>
Community Additions
ADD
Show: