HtmlTextWriter.Write Method (Object)
.NET Framework (current version)
Writes the text representation of an object to the output stream, along with any pending tab spacing.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Object
The object to write to the output stream.
The following code example shows how to use the Write method to render the value of the CultureInfo.CurrentCulture property.
This code example generates the following markup:
This is a rendered CultureInfo object.
<bold>
The value of the CurrentCulture property:
</bold>
.NET Framework
Available since 1.1
Available since 1.1
Show: