I am passing a controller ViewBag to the view and would like to pass it to a numeric array in JavaScript.
The content of the ViewBag:
"12,13,17,18,19,8,9,14"
My last attempt has been this:
var horas = @Html.Raw(Json.Encode(ViewBag...
asked by
20.10.2016 / 10:52