Webmethod
[WebMethod]
public static List<UserModel> GetUsers()
如果我们不了解客户端,如何知道参数的名称和类型。 例如:如果我知道名称和类型,我可以获取页面,然后我有这样的方法:
[WebMethod]
public static List<UserModel> GetUsers(int page)
我搜索然后找到了这个:How do I get the parameter values from in a web service 但是,PostSharp并不像我预期的那样。