开发者

Html Helpers and JSON/AJAX/Javascript

开发者 https://www.devze.com 2023-03-10 21:44 出处:网络
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 l

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...

0

精彩评论

暂无评论...
验证码 换一张
取 消