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 HtmlHelper class by using the specified view context, view data container, and route collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
viewContext As ViewContext, _
viewDataContainer As IViewDataContainer, _
routeCollection As RouteCollection _
)
public HtmlHelper(
ViewContext viewContext,
IViewDataContainer viewDataContainer,
RouteCollection routeCollection
)
public:
HtmlHelper(
ViewContext^ viewContext,
IViewDataContainer^ viewDataContainer,
RouteCollection^ routeCollection
)
Parameters
- viewContext
Type: System.Web.Mvc.ViewContext
The view context.
- viewDataContainer
Type: System.Web.Mvc.IViewDataContainer
The view data container.
- routeCollection
Type: System.Web.Routing.RouteCollection
The route collection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | One or more parameters is null reference (Nothing in Visual Basic). |