/// <summary> /// The application_ start. /// </summary> /// <param name="sender"> /// The sender. /// </param> /// <param name="e"> /// The e. /// </param> protected virtual void Application_Start(object sender, EventArgs e) { // Pass a delegate to the Configure method. GlobalConfiguration.Configure(WebApiConfig.Register); ScriptManagerHelper.RegisterJQuery(); }
/// <summary> /// The register bundles. /// </summary> public static void RegisterBundles() { ScriptManagerHelper.RegisterJQuery(); }