Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Instantiates and initializes the Ajax and Html properties.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides Sub InitHelpers
public override void InitHelpers()
public:
virtual void InitHelpers() override
Remarks
This method initializes the Ajax property using a new AjaxHelper<TModel> object and initializes the Html property using a new HtmlHelper<TModel> object.