ViewUserControl.RenderView Method

Renders the view by using the specified view context.

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

'Declaration
Public Overridable Sub RenderView ( _
	viewContext As ViewContext _
)
'Usage
Dim instance As ViewUserControl 
Dim viewContext As ViewContext

instance.RenderView(viewContext)

Parameters

viewContext
Type: System.Web.Mvc.ViewContext

The view context.

Show: