BuildManagerCompiledView.RenderView(ViewContext, 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.
When overridden in a derived class, renders the specified view context by using the specified writer object and object instance.
protected abstract void RenderView(System.Web.Mvc.ViewContext viewContext, System.IO.TextWriter writer, object instance);
abstract member RenderView : System.Web.Mvc.ViewContext * System.IO.TextWriter * obj -> unit
Protected MustOverride Sub RenderView (viewContext As ViewContext, writer As TextWriter, instance As Object)
Parameters
- viewContext
- ViewContext
Information related to rendering a view, such as view data, temporary data, and form context.
- writer
- TextWriter
The writer object.
- instance
- Object
An object that contains additional information that can be used in the view.