I'll be covering other nice improvements like this that are new to the ASP.NET MVC 3 Beta in future posts.
我将在以后的帖子中介绍asp.net MVC 3 Be ta版中的一些的别的类似新改进。
When the user posts a message, another page pulls the name and displays it next to each message posted by the user, as shown in Listing 3.
当用户发布一个消息时,另一个页面就会拉出这个名称将它显示在这个用户发布的每个消息中,如列表3所示。
For POST requests, the script retrieves the message entered by the user and then POSTs it to the API endpoint for new message creation, as shown in Listing 3.
如果是POST请求,脚本会检索用户输入的消息,然后通过POST将其发送到api端点来创建新消息,如清单3所示。
应用推荐