UseWebApiOverloadingAttribute クラス

定義

省略不可能なすべてのパラメーターが満たされている場合にのみ、コントローラーのアクションを選択する必要があることを示します。 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コントローラー内のすべてのアクションに を適用します。

適用対象