WebPageExecutingBase.WriteLiteralTo Method
Writes the specified object to the specified TextWriter instance without HTML encoding.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Parameters
- writer
- Type: System.IO.TextWriter
The text writer.
- content
- Type: System.Object
The object to write.
Show: