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)

abstract RenderView : 
        viewContext:ViewContext -> unit  
override RenderView : 
        viewContext:ViewContext -> unit

Parameters

viewContext
Type: System.Web.Mvc.ViewContext

The view context.

Show: