JavaScript |
Programme code for the web views (*.CSHTML files)
This topic contains the following sections:
Add Java script file
Setting file properties
Property | Value |
|---|---|
Build Action | Content |
Copy to Output Directory | Copy always |
Add script link
Example in _Layout.cshml
<script src="~/Scripts/Velo/ReportsItem.js" type="text/javascript"></script>
Code structure
See Code Structure