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