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)

이 멤버에 대해 사용자 지정 특성 형식의 인스턴스가 하나 이상 정의되어 있는지를 나타내는 값을 반환합니다.

적용 대상