HtmlHelper Constructor (ViewContext, IViewDataContainer)

Initializes a new instance of the HtmlHelper class by using the specified view context and view data container.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Sub New ( _
    viewContext As ViewContext, _
    viewDataContainer As IViewDataContainer _
)
public HtmlHelper(
    ViewContext viewContext,
    IViewDataContainer viewDataContainer
)
public:
HtmlHelper(
    ViewContext^ viewContext, 
    IViewDataContainer^ viewDataContainer
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The viewContext or the viewDataContainer parameter is null reference (Nothing in Visual Basic).

See Also

Reference

HtmlHelper Class

HtmlHelper Overload

System.Web.Mvc Namespace