I have downloaded the jQuery UI Combined package using nuget in my MVC project using the command
Install-Package jQuery.UI.Combined
Now I have to add the stylesheet(css)
reference of that package in on of my view, but I don't know where the stylesheet(css)
is downloaded.
How can I find the path of all the files downloaded so that I can add the reference of the stylesheet(css)
??