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