Поделиться через


UseWebApiParameterConventionsAttribute Класс

Определение

Указывает, что система привязки модели должна использовать веб-API ASP.NET соглашения для параметров действий контроллера. Например, привяжите простые типы из универсального кода ресурса (URI).

public ref class UseWebApiParameterConventionsAttribute : Attribute, Microsoft::AspNetCore::Mvc::WebApiCompatShim::IUseWebApiParameterConventions
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class UseWebApiParameterConventionsAttribute : Attribute, Microsoft.AspNetCore.Mvc.WebApiCompatShim.IUseWebApiParameterConventions
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type UseWebApiParameterConventionsAttribute = class
    inherit Attribute
    interface IUseWebApiParameterConventions
Public Class UseWebApiParameterConventionsAttribute
Inherits Attribute
Implements IUseWebApiParameterConventions
Наследование
UseWebApiParameterConventionsAttribute
Атрибуты
Реализации

Конструкторы

UseWebApiParameterConventionsAttribute()

Указывает, что система привязки модели должна использовать веб-API ASP.NET соглашения для параметров действий контроллера. Например, привяжите простые типы из универсального кода ресурса (URI).

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