다음을 통해 공유


ReflectedAsyncControllerDescriptor 클래스

정의

비동기 컨트롤러의 이름, 형식, 작업 등 비동기 컨트롤러를 설명하는 정보를 캡슐화합니다.

public class ReflectedAsyncControllerDescriptor : System.Web.Mvc.ControllerDescriptor
type ReflectedAsyncControllerDescriptor = class
    inherit ControllerDescriptor
Public Class ReflectedAsyncControllerDescriptor
Inherits ControllerDescriptor
상속
ReflectedAsyncControllerDescriptor

생성자

ReflectedAsyncControllerDescriptor(Type)

ReflectedAsyncControllerDescriptor 클래스의 새 인스턴스를 초기화합니다.

속성

ControllerName

컨트롤러의 이름을 가져옵니다.

(다음에서 상속됨 ControllerDescriptor)
ControllerType

컨트롤러의 형식을 가져옵니다.

UniqueId

파생 클래스에서 구현되는 경우 초기화 지연을 사용하는 컨트롤러 설명자의 고유 ID를 가져옵니다.

(다음에서 상속됨 ControllerDescriptor)

메서드

FindAction(ControllerContext, String)

지정된 이름과 컨트롤러 컨텍스트를 사용하여 동작 메서드를 찾습니다.

GetCanonicalActions()

컨트롤러의 동작 메서드 설명자 목록을 반환합니다.

GetCustomAttributes(Boolean)

이 멤버에 대해 정의된 사용자 지정 특성을 반환합니다(명명된 특성 제외).

GetCustomAttributes(Type, Boolean)

이 멤버에 대해 정의된 지정된 형식의 사용자 지정 특성을 반환합니다(명명된 특성 제외).

GetFilterAttributes(Boolean)

필터 특성을 가져옵니다.

IsDefined(Type, Boolean)

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

적용 대상