NonControllerAttribute 类

定义

指示默认控制器发现机制不会将应用此属性的类型和任何派生类型视为控制器。

public ref class NonControllerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class NonControllerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type NonControllerAttribute = class
    inherit Attribute
Public NotInheritable Class NonControllerAttribute
Inherits Attribute
继承
NonControllerAttribute
属性

构造函数

NonControllerAttribute()

指示默认控制器发现机制不会将应用此属性的类型和任何派生类型视为控制器。

适用于