WebPageExecutingBase.WriteLiteralTo(TextWriter, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the specified object to the specified TextWriter instance without HTML encoding.
public static void WriteLiteralTo (System.IO.TextWriter writer, object content);
static member WriteLiteralTo : System.IO.TextWriter * obj -> unit
Public Shared Sub WriteLiteralTo (writer As TextWriter, content As Object)
Parameters
- writer
- TextWriter
The text writer.
- content
- Object
The object to write.