Compartir a través de


UseWebApiOverloadingAttribute Clase

Definición

Indica que las acciones de un controlador deben seleccionarse solo si se cumplen todos los parámetros no opcionales. OverloadActionConstraint Aplica 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()

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

Se aplica a