ViewPage(Of TModel).InitHelpers Method

Visual Studio 2010

Instantiates and initializes the Ajax and Html properties.

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

'Declaration
Public Overrides Sub InitHelpers

This method initializes the Ajax property using a new AjaxHelper(Of TModel) object and initializes the Html property using a new HtmlHelper(Of TModel) object.

Community Additions

ADD
Show: