TFS_ANTIGUO/SInCathay/ULA.Cathay.Credito/App_Start/MoneyMaskBundleConfig.cs

14 lines
No EOL
443 B
C#

using System.Web.Optimization;
[assembly: WebActivatorEx.PostApplicationStartMethod(typeof(ULA.Cathay.Credito.App_Start.MoneyMaskBundleConfig), "RegisterBundles")]
namespace ULA.Cathay.Credito.App_Start
{
public class MoneyMaskBundleConfig
{
public static void RegisterBundles()
{
BundleTable.Bundles.Add(new ScriptBundle("~/bundles/moneymask").Include("~/Scripts/jquery.moneymask.js"));
}
}
}