在部分视图中设置数据过滤器

时间:2017-04-10 08:22:48

标签: c# asp.net-mvc-3 partial-views

我需要一些帮助。 所以我试图从同一个列表模型中调用很多部分视图,每个视图都使用不同的过滤器。反正我是否将Datafilter值从视图传递到模型中?

1 个答案:

答案 0 :(得分:0)

$(document).ready(function() {
  // Add the page method call as an onclick handler for the div.
  $("#Result").click(function() {
    $.ajax({
      type: "POST",
      url: "ControlerFolder/Controler",
      data: {someParameter(Filter): "value"},
      contentType: "application/json; charset=utf-8",
      dataType: "json",
      success: function(msg) {
    msg is the json that you can return
      }
    });
  });
});

如果您需要更多帮助说些什么。