ViewPage.InitHelpers Method

Initializes the Ajax, Html, and Url properties.

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

'Declaration
Public Overridable Sub InitHelpers
'Usage
Dim instance As ViewPage

instance.InitHelpers()

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

Show: