ControllerAttribute クラス

定義

この属性が適用されている型と派生型が、階層内の任意の型に適用されていない限り NonControllerAttribute 、既定のコントローラー検出メカニズムによってコントローラーと見なされることを示します。

public ref class ControllerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ControllerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ControllerAttribute = class
    inherit Attribute
Public Class ControllerAttribute
Inherits Attribute
継承
ControllerAttribute
派生
属性

コンストラクター

ControllerAttribute()

この属性が適用されている型と派生型が、階層内の任意の型に適用されていない限り NonControllerAttribute 、既定のコントローラー検出メカニズムによってコントローラーと見なされることを示します。

適用対象