Listing 1 shows an example of a Struts Action that blurs the line between model and controller.
清单1显示了一个Struts Action的例子,这个例子模糊了模型层和控制器层之间的界线。
Global filters - ASP.NET MVC now supports adding filters to all action methods of a controller.
现在,ASP.NET MVC支持向控制器的所有action方法中添加过滤器。
The Action is providing control in the application. The Action is part of the controller (my fifth grade teacher told me that repeating things is a good way to make people remember them).
因此,Action是控制器层的一部分(我在五年级时的老师告诉我重复一件事情是使人们记住它的一个好方法)。
应用推荐