UseWebApiOverloadingAttribute Clase

Definición

Indica que las acciones en un controlador deben seleccionarse solo si se cumplen todos los parámetros no opcionales. Aplica OverloadActionConstraint a todas las acciones del controlador.

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
Herencia
UseWebApiOverloadingAttribute
Atributos
Implementaciones

Constructores

UseWebApiOverloadingAttribute()

Se aplica a