WebFormView.RenderView(ViewContext, TextWriter, Object) Method

Definition

Renders the view to the response.

protected override void RenderView (System.Web.Mvc.ViewContext viewContext, System.IO.TextWriter writer, object instance);
override this.RenderView : System.Web.Mvc.ViewContext * System.IO.TextWriter * obj -> unit
Protected Overrides Sub RenderView (viewContext As ViewContext, writer As TextWriter, instance As Object)

Parameters

viewContext
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
TextWriter

The text writer object that is used to write HTML output.

instance
Object

The view page instance.

Applies to