喵-见缝插针 2008-10-22 21:31 采纳率: 0%
浏览 186
已采纳

返回 JSON 或部分 html 的 ASP.NET MVC 控制器操作

I am trying to create controller actions which will return either JSON or partial html depending upon a parameter. What is the best way to get the result returned to an MVC page asynchronously?

转载于:https://stackoverflow.com/questions/227624/asp-net-mvc-controller-actions-that-return-json-or-partial-html

  • 写回答

11条回答 默认 最新

  • 谁还没个明天 2008-10-22 21:38
    关注

    In your action method, return Json(object) to return JSON to your page.

    public ActionResult SomeActionMethod() {
      return Json(new {foo="bar", baz="Blech"});
    }
    

    Then just call the action method using Ajax. You could use one of the helper methods from the ViewPage such as

    <%= Ajax.ActionLink("SomeActionMethod", new AjaxOptions {OnSuccess="somemethod"}) %>
    

    SomeMethod would be a javascript method that then evaluates the Json object returned.

    If you want to return a plain string, you can just use the ContentResult:

    public ActionResult SomeActionMethod() {
        return Content("hello world!");
    }
    

    ContentResult by default returns a text/plain as its contentType.
    This is overloadable so you can also do:

    return Content("<xml>This is poorly formatted xml.</xml>", "text/xml");
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(10条)

报告相同问题?

悬赏问题

  • ¥15 matlab在安装时报错 无法找到入口 无法定位程序输入点
  • ¥15 收益高的广告联盟有哪些
  • ¥15 Android Studio webview 的使用问题, 播放器横屏全屏
  • ¥15 删掉jdk后重新下载,Java web所需要的eclipse无法使用
  • ¥15 uniapp正式环境中通过webapi将本地数据推送到设备出现的跨域问题
  • ¥15 xui建立节点,显示错误
  • ¥15 关于#单片机#的问题:开始、复位、十进制的功能可以实现,但是切换八进制的功能无法实现(按下按键也没有效果),把初始状态调成八进制,也是八进制可以实现但是切换到十进制不行(相关搜索:汇编语言|计数器)
  • ¥15 VINS-Mono或Fusion中feature_manager中estimated_depth是特征的深度还是逆深度?
  • ¥15 谷歌浏览器如何备份抖音网页数据
  • ¥15 分别有什么商家下面需要非常多的骑手为它工作?