Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Renders the view page to the response 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
An object that encapsulates the information that is required in order to render the view, which includes the controller context, form context, the temporary data, and the view data for the associated view.