I noticed when you make a strongly typed view, you have the option to check the "reference script libraries" checkbox
http://gyazo.com/289392fc957866f19c4ae6d8b51a037e.png
In my case, I don't have strongly typed views, but what links does it add?
He simply adds the following:
<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
Source: https://habr.com/ru/post/1337878/More articles:In SQL, how can I perform a subtraction operation? - sqlDeployment to the program directory - c #Vim: persistent search buffer between vim instances (on Ubuntu) - vimWhich PHP / OpenID PHP library do you recommend? - phpCould str () crash in Python? - pythonC # Entity Framework populates partial property - c #WPF - FlowDocument - stretch a table to full width? - widthIs there a way to check the form before submitting it to check if any checkboxes are checked? - javascriptHow to set WPF source width to FlowDocument - wpfKey features pythonic? - pythonAll Articles