Ajax.BeginForm 数据类型 json
由于 Ajax.BeginForm 只是 jQuery.ajax() 调用的包装器,是否有如何在底层 ajax() 对象上设置 dataType 属性?特别是我想设置 dataType="json" 以便它可以处理 json 响应。
谢谢, 罗马
Since, Ajax.BeginForm is just a wrapper around jQuery.ajax() call, is there a way to set the dataType property on the underlying ajax() object? In particular I want to set dataType="json" so that it can handle json responses.
Thanks,
Roman
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎可以(jQuery 1.5.1):
并且该操作将返回 JSON:
It seems that it can (jQuery 1.5.1):
and the action would return JSON: