Html Helpers and JSON/AJAX/Javascript
Html helpers in ASP.NET MVC are great but.. what happens when, as is often the case, I am passing the model object via json to the view and then wanting to do something with it? Seem开发者_JAVA百科s like there is an void in the framework to deal with this common situation. I now have to do everything manually with javascript.
I don't really think its a void in the framework. After all you can use any JavaScript you like. I'd recommend checking out knockoutjs if you're doing lots of json manipulation. Sorry, no link, I'm on my phone...
精彩评论