This topic has not yet been rated - Rate this topic

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)
void Render(
	ViewContext viewContext,
	TextWriter writer
)

Parameters

viewContext
Type: System.Web.Mvc.ViewContext

The view context.

writer
Type: System.IO.TextWriter

The writer object.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.