Freigeben über


UseWebApiActionConventionsAttribute Klasse

Definition

Gibt Aktionen ohne Attributrouten in einem Controller an, die ASP.NET-Web-API Routingkonventionen verwenden.

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
Vererbung
UseWebApiActionConventionsAttribute
Attribute
Implementiert

Konstruktoren

UseWebApiActionConventionsAttribute()

Gibt Aktionen ohne Attributrouten in einem Controller an, die ASP.NET-Web-API Routingkonventionen verwenden.

Gilt für: