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)

Syntax

'Declaration
Sub Render ( _
    viewContext As ViewContext, _
    writer As TextWriter _
)
void Render(
    ViewContext viewContext,
    TextWriter writer
)
void Render(
    ViewContext^ viewContext, 
    TextWriter^ writer
)

Parameters

See Also

Reference

IView Interface

System.Web.Mvc Namespace