Well i think razor views are only in MVC so we can only use these selections scripts in mvc only .. But why we use @section Scripts & @Scripts.Render .. is we use with jQuery. Are we only supposed to use them in MVC Views not in a simple HTML Page or with JSON only?
**@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}**