Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.