ReflectedControllerDescriptor 类

定义

包含描述反射的控制器的信息。

public class ReflectedControllerDescriptor : System.Web.Mvc.ControllerDescriptor
type ReflectedControllerDescriptor = class
    inherit ControllerDescriptor
Public Class ReflectedControllerDescriptor
Inherits ControllerDescriptor
继承
ReflectedControllerDescriptor

构造函数

ReflectedControllerDescriptor(Type)

初始化 ReflectedControllerDescriptor 类的新实例。

属性

ControllerName

获取控制器的名称。

(继承自 ControllerDescriptor)
ControllerType

获取控制器的类型。

UniqueId

在派生类中实现时,通过使用延迟初始化来获取控制器描述符的唯一 ID。

(继承自 ControllerDescriptor)

方法

FindAction(ControllerContext, String)

查找指定的控制器上下文的指定操作。

GetCanonicalActions()

返回控制器的操作的列表。

GetCustomAttributes(Boolean)

返回为此成员定义的自定义特性的数组,指定的特性除外。

GetCustomAttributes(Type, Boolean)

返回为此成员定义的自定义属性数组,由类型标识。

GetFilterAttributes(Boolean)

获取筛选器特性。

IsDefined(Type, Boolean)

返回一个值,该值指示是否为此成员定义某个自定义特性类型的一个或多个实例。

适用于