NonActionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントローラー メソッドがアクション メソッドではないことを示します。
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() |
コントローラー メソッドがアクション メソッドではないことを示します。 |