NonHandlerAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定目標方法不是頁面處理常式方法。
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() |
指定目標方法不是頁面處理常式方法。 |