HtmlTextWriter::Write Method (Char)
.NET Framework (current version)
Writes the text representation of a Unicode character to the output stream, along with any pending tab spacing.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System::Char
The Unicode character to write to the output stream.
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>
.NET Framework
Available since 1.1
Available since 1.1
Show: