BuildManagerCompiledView::RenderView Method
When overridden in a derived class, renders the specified view context by using the specified writer object and object instance.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected: virtual void RenderView( ViewContext^ viewContext, TextWriter^ writer, Object^ instance ) abstract
Parameters
- viewContext
- Type: System.Web.Mvc::ViewContext
Information related to rendering a view, such as view data, temporary data, and form context.
- writer
- Type: System.IO::TextWriter
The writer object.
- instance
- Type: System::Object
An object that contains additional information that can be used in the view.
Show: