Test.cshtml
Home
/
TryReact /
TryReact /
Views /
Home /
Test.cshtml
@{
ViewBag.Title = "Test";
}
@section Scripts {
@Scripts.Render("~/Scripts/SiteScript/TestScript.js?" + DateTime.Now)
}
<h2>Test</h2>
<button onclick="Load()">Load</button>
<button onclick="Save2()">Save</button>