Share via


UseWebApiActionConventionsAttribute 類別

定義

指出控制器中沒有屬性路由的動作會使用 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
繼承
UseWebApiActionConventionsAttribute
屬性
實作

建構函式

UseWebApiActionConventionsAttribute()

指出控制器中沒有屬性路由的動作會使用 ASP.NET Web API路由慣例。

適用於