Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  18] [ 6]  / answers: 1 / hits: 7892  / 8 Years ago, tue, june 28, 2016, 12:00:00

I need to add to my C# web project a JS library, but i still don`t get how to do it. There is no such library in the built-in Nuget Package manager. Thanks for any help ;)


More From » javascript

 Answers
5

Download the file and then just copy/paste the *.js file in your project and take a reference of it in your design page *.aspx (for ASP.NET) or *.cshtml (for ASP.NET MVC) saying



<script src=~/filename.js></script>

[#27733] Tuesday, June 28, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mollys

Total Points: 183
Total Questions: 95
Total Answers: 85

Location: Vanuatu
Member since Fri, May 13, 2022
2 Years ago
;