BuildManagerCompiledView.RenderView(ViewContext, TextWriter, Object) Method

Definition

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.

Applies to