UseWebApiOverloadingAttribute Класс

Определение

Указывает, что действия в контроллере должны быть выбраны только в том случае, если выполнены все необязательные параметры. Применяет ко 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 всем действиям в контроллере.

Применяется к