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()

指定目標方法不是頁面處理常式方法。

適用於