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.
我想创建一种方法来收听我网站上的发布请求。支付网关需要这个 url,但我不知道怎么做。
使用HttpPostAttribute
HttpPostAttribute
[HttpPost] public ActionResult Submit(...) { ... }