共用方式為


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 用至控制器中的所有動作。

適用於