NonActionAttribute 클래스

정의

컨트롤러 메서드가 작업 메서드가 아님을 나타냅니다.

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

생성자

NonActionAttribute()

컨트롤러 메서드가 작업 메서드가 아님을 나타냅니다.

적용 대상