NonHandlerAttribute Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Hedeflenen yöntemin bir sayfa işleyici yöntemi olmadığını belirtir.
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
- Devralma
-
NonHandlerAttribute
- Öznitelikler
Oluşturucular
NonHandlerAttribute() |
Hedeflenen yöntemin bir sayfa işleyici yöntemi olmadığını belirtir. |