您的位置:首页 > 编程语言 > ASP

Asp.net MVC 4 Attributes特性

2013-09-29 18:19 423 查看

Attributes特性

ActionFilterAttribute

Represents the base class for filter attributes.

代表筛选器属性的基类。

ActionMethodSelectorAttribute

Represents an attribute that is used to influence the selection of an action method.

表示一个特性,用于一个操作方法的选择产生影响。

ActionNameSelectorAttribute

Represents an attribute that affects the selection of an action method.

表示一个特性,影响一个操作方法的选择。

CustomModelBinderAttribute

It invokes a custom model binder.

它调用自定义模型绑定者。

FilterAttribute

base class for action and result filter attributes.

行动和结果筛选器特性的基类。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: