WebFormView.RenderView Method

Renders the view to the response.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

protected override void RenderView(
	ViewContext viewContext,
	TextWriter writer,
	Object instance
)

Parameters

viewContext
Type: System.Web.Mvc.ViewContext
An object that encapsulates the information that is required in order to render the view, which includes the controller context, form context, the temporary data, and the view data for the associated view.
writer
Type: System.IO.TextWriter
The text writer object that is used to write HTML output.
instance
Type: System.Object
The view page instance.
Show: