NonHandlerAttribute Class

Definition

Specifies that the targeted method is not a page handler method.

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
Inheritance
NonHandlerAttribute
Attributes

Constructors

NonHandlerAttribute()

Applies to