Web & mobile development footprints
Pages
Home
What's this?
Showing posts with label
json
.
Show all posts
Showing posts with label
json
.
Show all posts
Feb 6, 2018
ASP.NET MVC - Injecting C# data into Java script
Inside Razor view use Newtonsoft JSON serialization from C# to JSON:
@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.CityList, Newtonsoft.Json.Formatting.None));
Older Posts
Home
Subscribe to:
Posts (Atom)