asp.net-mvc C 已经使用相同的参数类型定义了一个名为“Create”的成员
GET and POST methods with the same Action name in the same Controller7个
我有两种方法和不同的http动词:
public class ProductImageC
这个问题在这里已经有一个答案:>
GET and POST methods with the same Action name in the same Controller7个
但获取错误: already defines a member called ‘Create’ with the same parameter types 解决方法 您不能在同一范围内具有相同签名的多个方法,例如相同的返回类型和参数类型.编辑- (编辑:岳阳站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- 在ASP.NET中拒绝用户时,’CustomIdentity’上的Serializati
- asp.net-mvc – 如何在RegularExpression中忽略大小写?
- 在ASP.NET MVC中动态地从数据库生成CSS文件
- 使用MVC在ASP.NET中实现API的最佳方法是什么?
- 介绍几种 ADO.net 中的数据库连接方式
- asp.net – 在IHTTPHandler中以编程方式创建System.Web.UI.
- 一些.net中应该知道的问题
- asp.net – 适用于多个用户的EWS通知中心
- asp.net-mvc-3 – MVC 3 $.ajax – 响应似乎是从部分视图缓
- ASP.NET通过分布式Session提升性能