IView.Render Method

Renders the specified view context by using the specified the writer object.

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

function Render(
	viewContext : ViewContext, 
	writer : TextWriter
)

Parameters

viewContext
Type: System.Web.Mvc.ViewContext

The view context.

writer
Type: System.IO.TextWriter

The writer object.

Show: