1
I am working on a CRM project with C# Asp.net core with Mysql and I am already with bank ready and everything straight and I made the client registration form and I am in the validation part now.
I want to put mask to CPF/CNPJ
, telefone
, cep
and everything else and downloaded in the package manager nuget the jQuery Input Mask
as in the image:
I’m wearing this macoratti tutorial, but it’s for ASP NET MVC and he asks for the following Open the folder App_Start
and include the script below at the end of the Bundleconfig.Cs file :, but my project is ASPNET CORE and does not have the bundleconfig.cs
.
I wonder if this is the best way to put mask and how to proceed to put on ASPNET CORE
Observing: I tried referencing in Folder Layout shared
and use the mask and gives error.
Thank you very much!
– Vitor Lima
If it’s useful to vote as a solution to your question! @Vitorlima
– novic
I don’t know how to vote as a solution, I’m trying here.
– Vitor Lima