if I have an Asp.net / MVC project that contains a _layout.cshtml page, where do I include javascript that I want to use on a single view please?
I don't want to put it in the layout as it really will be for one view.
Is it ok to put the tags in my view bearing in mind that's the middle of the rendered page?
Thanks for any help. Cheers.