ViewUserControl::RenderView Method (ViewContext^)

 

Renders the view by using the specified view context.

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

public:
virtual void RenderView(
	ViewContext^ viewContext
)

Parameters

viewContext
Type: System.Web.Mvc::ViewContext^

The view context.

Return to top
Show: