This topic has not yet been rated - Rate this topic

ViewPage.InitHelpers Method

Initializes the Ajax, Html, and Url properties.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public virtual void InitHelpers()

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.