ActionDescriptor 类

定义

描述 MVC 操作。

public ref class ActionDescriptor
public class ActionDescriptor
type ActionDescriptor = class
Public Class ActionDescriptor
继承
ActionDescriptor
派生

构造函数

ActionDescriptor()

初始化 ActionDescriptor 的新实例。

属性

ActionConstraints

此操作的约束集。 必须满足所有条件才能选择操作。

AttributeRouteInfo

获取或设置 AttributeRouteInfo

BoundProperties

模型绑定的属性集。

DisplayName

此操作的友好名称。

EndpointMetadata

获取或设置此操作的终结点元数据。 此 API 适用于基础结构,不应由应用程序代码使用。

FilterDescriptors

与此操作关联的筛选器集。

Id

获取唯一标识操作的 ID。

Parameters

与此操作关联的参数集。

Properties

存储与 ActionDescriptor关联的任意元数据属性。

RouteValues

获取或设置路由值的集合,这些值必须由路由提供才能选择操作。

扩展方法

GetProperty<T>(ActionDescriptor)

使用 提供的 值作为键,从 Properties 集合中获取属性的值 T

SetProperty<T>(ActionDescriptor, T)

使用 提供的 值作为键设置集合中 Properties 属性的值 T

适用于