RazorTemplateBase.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.
public:
virtual void WriteLiteralTo(System::IO::TextWriter ^ writer, System::Object ^ text);
public virtual void WriteLiteralTo (System.IO.TextWriter writer, object text);
abstract member WriteLiteralTo : System.IO.TextWriter * obj -> unit
override this.WriteLiteralTo : System.IO.TextWriter * obj -> unit
Public Overridable Sub WriteLiteralTo (writer As TextWriter, text As Object)
Parameters
- writer
- TextWriter
- text
- Object