UseWebApiParameterConventionsAttribute Třída

Definice

Určuje, že systém vázání modelů má použít konvence webového rozhraní API ASP.NET pro parametry akcí kontroleru. Například svažte jednoduché typy 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()

Platí pro