kokjan/vendor/bower-asset/inputmask/nuspecs
Manop Kongoon 35a9c7f61d style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
..
Inputmask.nuspec style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
Readme.txt style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00
jquery.inputmask.nuspec style: reduce font size of statistics table in footer 2026-02-27 07:03:00 +07:00

Readme.txt

## .NET Nuget Package Install

PM> Install-Package InputMask

In App_Start, BundleConfig.cs

bundles.Add(new ScriptBundle("~/bundles/inputmask").Include(
            "~/Scripts/inputmask/jquery.inputmask.js"));

In Layout

@Scripts.Render("~/bundles/inputmask")