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.
Initializes a new instance of the MvcForm class using the specified view context.
Namespace: System.Web.Mvc.Html
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
viewContext As ViewContext _
)
public MvcForm(
ViewContext viewContext
)
public:
MvcForm(
ViewContext^ viewContext
)
Parameters
- viewContext
Type: System.Web.Mvc.ViewContext
An object that encapsulates the information that is required in order to render a view.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The viewContext parameter is null reference (Nothing in Visual Basic). |