NonHandlerAttribute 클래스

정의

대상 메서드가 페이지 처리기 메서드가 아님을 지정합니다.

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

생성자

NonHandlerAttribute()

대상 메서드가 페이지 처리기 메서드가 아님을 지정합니다.

적용 대상