I'm trying to figure out the proper razor syntax to get a js file for a particular *.cshtml to be in the head tag along with all the other include files that are defined in _Layout.cshtml
Thank you, Stephen
|
I'm trying to figure out the proper razor syntax to get a js file for a particular *.cshtml to be in the head tag along with all the other include files that are defined in _Layout.cshtml Thank you, Stephen |
|||||||||||||
|
|
You can use Named Sections. _Layout.cshtml
_SomeView.cshtml
|
|||||||||||||||||||
|