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)
'Declaration Protected MustOverride Sub RenderView ( _ viewContext As ViewContext, _ writer As TextWriter, _ instance As Object _ ) 'Usage Dim viewContext As ViewContext Dim writer As TextWriter Dim instance As Object Me.RenderView(viewContext, writer, _ 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: