NonActionAttribute クラス

定義

コントローラー メソッドがアクション メソッドではないことを示します。

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

コンストラクター

NonActionAttribute()

コントローラー メソッドがアクション メソッドではないことを示します。

適用対象