Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the Ajax, Html, and Url properties.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Sub InitHelpers
public virtual void InitHelpers()
public:
virtual void InitHelpers()
Remarks
This method initializes the Ajax, property using a new AjaxHelper<TModel> object, and initializes the Html property using a new UrlHelper object.