Compartir a través de


UseWebApiActionConventionsAttribute Clase

Definición

Indica acciones sin rutas de atributo en un controlador que usan convenciones de enrutamiento ASP.NET Web API.

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
Herencia
UseWebApiActionConventionsAttribute
Atributos
Implementaciones

Constructores

UseWebApiActionConventionsAttribute()

Indica acciones sin rutas de atributo en un controlador que usan convenciones de enrutamiento ASP.NET Web API.

Se aplica a