ControllerAttribute 클래스

정의

계층의 모든 형식에 적용되지 않는 한 NonControllerAttribute 이 특성이 적용되는 형식 및 파생 형식이 기본 컨트롤러 검색 메커니즘에 의해 컨트롤러로 간주됨을 나타냅니다.

public ref class ControllerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ControllerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ControllerAttribute = class
    inherit Attribute
Public Class ControllerAttribute
Inherits Attribute
상속
ControllerAttribute
파생
특성

생성자

ControllerAttribute()

계층의 모든 형식에 적용되지 않는 한 NonControllerAttribute 이 특성이 적용되는 형식 및 파생 형식이 기본 컨트롤러 검색 메커니즘에 의해 컨트롤러로 간주됨을 나타냅니다.

적용 대상