Compartilhar via


UseWebApiActionConventionsAttribute Classe

Definição

Indica ações sem rotas de atributo em um controlador usam ASP.NET Web API convenções de roteamento.

public ref class UseWebApiActionConventionsAttribute : Attribute, Microsoft::AspNetCore::Mvc::WebApiCompatShim::IUseWebApiActionConventions
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class UseWebApiActionConventionsAttribute : Attribute, Microsoft.AspNetCore.Mvc.WebApiCompatShim.IUseWebApiActionConventions
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type UseWebApiActionConventionsAttribute = class
    inherit Attribute
    interface IUseWebApiActionConventions
Public Class UseWebApiActionConventionsAttribute
Inherits Attribute
Implements IUseWebApiActionConventions
Herança
UseWebApiActionConventionsAttribute
Atributos
Implementações

Construtores

UseWebApiActionConventionsAttribute()

Indica ações sem rotas de atributo em um controlador usam ASP.NET Web API convenções de roteamento.

Aplica-se a