Sdílet prostřednictvím


UseWebApiParameterConventionsAttribute Třída

Definice

Označuje, že systém vazeb modelu by měl používat ASP.NET konvence webového rozhraní API pro parametry akcí kontroleru. Můžete například vytvořit vazbu jednoduchých typů z identifikátoru 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
Dědičnost
UseWebApiParameterConventionsAttribute
Atributy
Implementuje

Konstruktory

UseWebApiParameterConventionsAttribute()

Označuje, že systém vazeb modelu by měl používat ASP.NET konvence webového rozhraní API pro parametry akcí kontroleru. Můžete například vytvořit vazbu jednoduchých typů z identifikátoru URI.

Platí pro