WebPageExecutingBase.WriteLiteralTo Method

Writes the specified object to the specified TextWriter instance without HTML encoding.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

static member WriteLiteralTo : 
        writer:TextWriter * 
        content:Object -> unit

Parameters

writer
Type: System.IO.TextWriter
The text writer.
content
Type: System.Object
The object to write.
Show: