ViewPage<'TModel>.InitHelpers Method ()

 

Instantiates and initializes the Ajax and Html properties.

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

override InitHelpers : unit -> unit

This method initializes the Ajax property using a new AjaxHelper<'TModel> object and initializes the Html property using a new HtmlHelper<'TModel> object.

Return to top
Show: