UseWebApiActionConventionsAttribute Classe

Definizione

Indica le azioni senza route degli attributi in un controller che usano API Web ASP.NET convenzioni di routing.

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
Ereditarietà
UseWebApiActionConventionsAttribute
Attributi
Implementazioni

Costruttori

UseWebApiActionConventionsAttribute()

Indica le azioni senza route degli attributi in un controller che usano API Web ASP.NET convenzioni di routing.

Si applica a