BaseView.WriteLiteralTo 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.
Overloads
| WriteLiteralTo(TextWriter, Object) |
Writes the specified |
| WriteLiteralTo(TextWriter, String) |
Writes the specified |
WriteLiteralTo(TextWriter, Object)
Writes the specified value without HTML encoding to the writer.
protected:
void WriteLiteralTo(System::IO::TextWriter ^ writer, System::Object ^ value);
protected void WriteLiteralTo (System.IO.TextWriter writer, object value);
member this.WriteLiteralTo : System.IO.TextWriter * obj -> unit
Protected Sub WriteLiteralTo (writer As TextWriter, value As Object)
Parameters
- writer
- TextWriter
The TextWriter instance to write to.
Applies to
WriteLiteralTo(TextWriter, String)
Writes the specified value without HTML encoding to Output.
protected:
void WriteLiteralTo(System::IO::TextWriter ^ writer, System::String ^ value);
protected void WriteLiteralTo (System.IO.TextWriter writer, string value);
member this.WriteLiteralTo : System.IO.TextWriter * string -> unit
Protected Sub WriteLiteralTo (writer As TextWriter, value As String)
Parameters
- writer
- TextWriter
The TextWriter instance to write to.