Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Renders the view by using the specified view context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Sub RenderView ( _
viewContext As ViewContext _
)
public virtual void RenderView(
ViewContext viewContext
)
public:
virtual void RenderView(
ViewContext^ viewContext
)
Parameters
- viewContext
Type: System.Web.Mvc.ViewContext
The view context.