UseWebApiOverloadingAttribute Class

Indicates actions in a controller should be selected only if all non-optional parameters are satisfied. Applies the Microsoft.AspNetCore.Mvc.WebApiCompatShim.OverloadActionConstraint to all actions in the controller.

Namespace
Microsoft.AspNetCore.Mvc.WebApiCompatShim
Assemblies
  • Microsoft.AspNetCore.Mvc.WebApiCompatShim

Syntax

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class UseWebApiOverloadingAttribute : Attribute, _Attribute, IUseWebApiOverloading
class Microsoft.AspNetCore.Mvc.WebApiCompatShim.UseWebApiOverloadingAttribute