UseWebApiOverloadingAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
省略不可能なすべてのパラメーターが満たされている場合にのみ、コントローラーのアクションを選択する必要があることを示します。 OverloadActionConstraintコントローラー内のすべてのアクションに を適用します。
public ref class UseWebApiOverloadingAttribute : Attribute, Microsoft::AspNetCore::Mvc::WebApiCompatShim::IUseWebApiOverloading
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class UseWebApiOverloadingAttribute : Attribute, Microsoft.AspNetCore.Mvc.WebApiCompatShim.IUseWebApiOverloading
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type UseWebApiOverloadingAttribute = class
inherit Attribute
interface IUseWebApiOverloading
Public Class UseWebApiOverloadingAttribute
Inherits Attribute
Implements IUseWebApiOverloading
- 継承
-
UseWebApiOverloadingAttribute
- 属性
- 実装
コンストラクター
UseWebApiOverloadingAttribute() |
省略不可能なすべてのパラメーターが満たされている場合にのみ、コントローラーのアクションを選択する必要があることを示します。 OverloadActionConstraintコントローラー内のすべてのアクションに を適用します。 |