Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created December 14, 2015 04:28
Embed
What would you like to do?
Index.cshtml script tags
<script src="@Url.Content(ViewBag.VendorScripts)"></script>
<script src="@Url.Content(ViewBag.AppScripts)"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment