UseWebApiOverloadingAttribute Classe

Definizione

Indica che le azioni in un controller devono essere selezionate solo se tutti i parametri non facoltativi sono soddisfatti. Applica a OverloadActionConstraint tutte le azioni nel controller.

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
Ereditarietà
UseWebApiOverloadingAttribute
Attributi
Implementazioni

Costruttori

UseWebApiOverloadingAttribute()

Indica che le azioni in un controller devono essere selezionate solo se tutti i parametri non facoltativi sono soddisfatti. Applica a OverloadActionConstraint tutte le azioni nel controller.

Si applica a