BuildManagerCompiledView.RenderView Method (ViewContext, TextWriter, Object)
When overridden in a derived class, renders the specified view context by using the specified writer object and object instance.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected abstract void RenderView( ViewContext viewContext, TextWriter writer, object instance )
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: