Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我让它工作,我将一个字符串传递给我的网络方法,它做了一个很好的自动完成框......
但现在我需要传递两个字符串来帮助过滤结果。做这个的最好方式是什么?
考虑使用 ContextKey 发送第二个字符串。在这种情况下,您需要将第三个参数添加到您的 webmethod 签名中。